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",