From be302ac46ff65bf3198f28d7b45685f60b82480b Mon Sep 17 00:00:00 2001 From: Devon Hess Date: Tue, 21 Mar 2023 11:26:21 -0400 Subject: [PATCH] Add RSS-Bridge extension --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 1c6232f..d9ea390 100644 --- a/extensions.json +++ b/extensions.json @@ -287,6 +287,17 @@ "method": "git", "directory": "." }, + { + "name": "RSS-Bridge", + "author": "Devon Hess", + "description": "Run URLs through RSS-Bridge 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",