Skip to content

Commit

Permalink
Add feed reader clients
Browse files Browse the repository at this point in the history
This PR adds more RSS feed readers to the list of browsers:

- [Fever](https://feedafever.com/)
- [FreshRSS](https://freshrss.org)
- [Tiny Tiny RSS](http://tt-rss.org/)
- [Winds](https://getstream.io/winds/)
  • Loading branch information
darekkay committed Feb 14, 2021
1 parent a16ecbe commit cc10469
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browsers.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,14 @@ static const char *browsers[][2] = {
{"com.apple.Safari.WebFeedParser", "Feeds"},
{"FeedDemon", "Feeds"},
{"Feedy", "Feeds"},
{"Fever", "Feeds"},
{"FreshRSS", "Feeds"},
{"Liferea", "Feeds"},
{"NetNewsWire", "Feeds"},
{"RSSOwl", "Feeds"},
{"Tiny Tiny RSS", "Feeds"},
{"Thunderbird", "Feeds"},
{"Winds", "Feeds"},

{"Pingdom.com", "Uptime"},
{"jetmon", "Uptime"},
Expand Down

0 comments on commit cc10469

Please sign in to comment.