diff --git a/plugins/sharkord-rss/plugin.json b/plugins/sharkord-rss/plugin.json new file mode 100644 index 0000000..ce79329 --- /dev/null +++ b/plugins/sharkord-rss/plugin.json @@ -0,0 +1,13 @@ +{ + "id": "sharkord-rss", + "name": "Sharkord RSS", + "description": "Subscribe to RSS/Atom feeds and automatically post new articles to text channels. Admin-only JSON configuration, SSRF-aware URL validation, per-feed exponential backoff, and optional initial import.", + "author": "Esseker", + "logo": "https://raw.githubusercontent.com/EssekerDev/sharkord-rss/main/logo.png", + "homepage": "https://github.com/EssekerDev/sharkord-rss", + "tags": [], + "categories": [], + "screenshots": [ + "https://raw.githubusercontent.com/EssekerDev/sharkord-rss/main/docs/articles.png" + ] +} diff --git a/plugins/sharkord-rss/versions/0.1.0.json b/plugins/sharkord-rss/versions/0.1.0.json new file mode 100644 index 0000000..9ad3a1e --- /dev/null +++ b/plugins/sharkord-rss/versions/0.1.0.json @@ -0,0 +1,8 @@ +{ + "version": "0.1.0", + "downloadUrl": "https://github.com/EssekerDev/sharkord-rss/releases/download/v0.1.0/sharkord-rss-0.1.0.tar.gz", + "checksum": "a754796344ff8ee81833dac2a703640294875d765bd526bdd132372b537d639e", + "sdkVersion": 1, + "size": 174080, + "timestamp": 1779282004976 +} \ No newline at end of file