From aa77de62956f2eed4d75ae723b7bf23ad47f8474 Mon Sep 17 00:00:00 2001 From: Devon Hess Date: Tue, 21 Mar 2023 13:43:22 -0400 Subject: [PATCH] Add RSS-Bridge extension (#151) * Add RSS-Bridge extension * Add RSS-Bridge extension --- extensions.json | 11 +++++++++++ repositories.json | 3 +++ 2 files changed, 14 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", diff --git a/repositories.json b/repositories.json index ff19e92..0f128d6 100644 --- a/repositories.json +++ b/repositories.json @@ -64,4 +64,7 @@ }, { "url": "https://github.com/mgnsk/FreshRSS-AutoTTL", "type": "git" +}, { + "url": "https://github.com/DevonHess/FreshRSS-Extensions", + "type": "git" }]