Skip to content

Commit

Permalink
add CommaFeed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Jan 11, 2019
1 parent 13f4cf9 commit a455003
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added ext/providers-icons/commafeed.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions ts/feedReaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,11 @@ export const FeedReaders: FeedReader[] = [
link: feed => `https://g2reader.com/?add&q=${encodeURI(feed)}`,
favicon: "g2reader.ico",
},
{
id: "commafeed",
name: "CommaFeed",
link: feed =>
`https://www.commafeed.com/rest/feed/subscribe?url=${encodeURI(feed)}`,
favicon: "commafeed.ico",
},
];

0 comments on commit a455003

Please sign in to comment.