From e8819cb9fd3523bf66e82eb9d9dc582be597127f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 22 Mar 2023 11:19:16 +0000 Subject: [PATCH] Update extension list --- extensions.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/extensions.json b/extensions.json index d9ea390..7d90b34 100644 --- a/extensions.json +++ b/extensions.json @@ -243,6 +243,17 @@ "method": "git", "directory": "xExtension-QuickCollapse" }, + { + "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": "Readable", "author": "printfuck", @@ -287,17 +298,6 @@ "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",