diff --git a/README.md b/README.md index 1eb4b83..8494f25 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ There are some FreshRSS extensions out there, developed by community members: * [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut. +### By [@huffstler](https://github.com/huffstler) + +* [Star To Pocket](https://github.com/huffstler/xExtension-StarToPocket): Like the extension above, but sends articles to Pocket when they are starred. Also works with FreshRSS client applications! + ### By [@Joedmin](https://github.com/Joedmin/) * [Readeck Button](https://github.com/Joedmin/xExtension-readeck-button): Add articles to a selected Readeck instance with one simple button click or a keyboard shortcut. diff --git a/repositories.json b/repositories.json index 402560b..6641fac 100644 --- a/repositories.json +++ b/repositories.json @@ -55,6 +55,9 @@ }, { "url": "https://github.com/christian-putzke/freshrss-pocket-button", "type": "git" +}, { + "url": "https://github.com/huffstler/xExtension-StarToPocket", + "type": "git" }, { "url": "https://github.com/Joedmin/xExtension-readeck-button", "type": "git"