diff --git a/README.md b/README.md index 48d1856..46bece6 100644 --- a/README.md +++ b/README.md @@ -235,3 +235,6 @@ There are some FreshRSS extensions out there, developed by community members. * [Three Pane Reader](https://github.com/caglaryalcin/xExtension-ThreePaneReader): An Inoreader-style three-pane reading layout (navigation, article list, and article content side by side) +### 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. diff --git a/repositories.json b/repositories.json index 0bb1328..7ee0a82 100644 --- a/repositories.json +++ b/repositories.json @@ -127,4 +127,7 @@ }, { "url": "https://github.com/caglaryalcin/xExtension-ThreePaneReader", "type": "git" +}, { + "url": "https://codeberg.org/sanpo/xExtension-AppleMusicArtist", + "type": "git" }]