diff --git a/README.md b/README.md index 6587711..037caa4 100644 --- a/README.md +++ b/README.md @@ -238,3 +238,7 @@ There are some FreshRSS extensions out there, developed by community members. ### By [@sanpo](https://codeberg.org/sanpo), [Web](https://sanpo.land) * [Apple Music Artist](https://codeberg.org/sanpo/xExtension-AppleMusicArtist): Subscribe to an artist's releases by their Apple Music artist page URL. + +### By [@StathisZ](https://github.com/StathisZ) + +* [Mark Feed Read On Badge Click](https://github.com/StathisZ/freshrss-mark-read-on-click): Click a feed's unread-count badge in the sidebar to mark all its articles as read. diff --git a/repositories.json b/repositories.json index 7ee0a82..9861786 100644 --- a/repositories.json +++ b/repositories.json @@ -130,4 +130,7 @@ }, { "url": "https://codeberg.org/sanpo/xExtension-AppleMusicArtist", "type": "git" +}, { + "url": "https://github.com/StathisZ/freshrss-mark-read-on-click", + "type": "git" }]