Add RSS-Bridge extension

This commit is contained in:
Devon Hess 2023-03-21 11:26:21 -04:00 committed by GitHub
parent eaaa52e7c7
commit be302ac46f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,6 +287,17 @@
"method": "git",
"directory": "."
},
{
"name": "RSS-Bridge",
"author": "Devon Hess",
"description": "Run URLs through <a href=\"https://github.com/rss-bridge/rss-bridge\">RSS-Bridge</a> detection.",
"version": 1.1,
"entrypoint": "RssBridge",
"type": "system",
"url": "https://github.com/DevonHess/FreshRSS-Extensions",
"method": "git",
"directory": "xExtension-RssBridge"
},
{
"name": "Share By Email",
"author": "Marien Fressinaud",