Skip to content

Commit

Permalink
add netvibes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Dec 3, 2018
1 parent 2a7d9c5 commit 83239c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added ext/providers-icons/netvibes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions ext/subscribeButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ const Providers = [
link: feed => `http://www.newsblur.com/?url=${encodeURI(feed)}`,
favicon: "newsblur.png",
},
{
id: "netvibes",
name: "Netvibes",
link: feed =>
`https://www.netvibes.com/subscribe.php?url=${encodeURI(feed)}`,
favicon: "netvibes.png",
},
];

class Provider {
Expand Down

0 comments on commit 83239c2

Please sign in to comment.