diff --git a/extensions.json b/extensions.json index 6258c14..152e825 100644 --- a/extensions.json +++ b/extensions.json @@ -56,6 +56,17 @@ "method": "git", "directory": "xExtension-ClickableLinks" }, + { + "name": "Comics in feed", + "author": "José Moreira", + "description": "Embed the images from comics feeds directly.", + "version": "1.0.0", + "entrypoint": "ComicsInFeed", + "type": "system", + "url": "https://github.com/giventofly/freshrss-comicsinfeed", + "method": "git", + "directory": "." + }, { "name": "Copy2Clipboard", "author": "CNTools | Clemens Neubauer", @@ -440,17 +451,6 @@ "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", "method": "git", "directory": "xExtension-YouTubeChannel2RssFeed" - }, - { - "name": "Comics in feed", - "author": "José Moreira", - "description": "Embed the images from comics feeds directly.", - "version": "1.0.0", - "entrypoint": "ComicsInFeed", - "type": "system", - "url": "https://github.com/giventofly/freshrss-comicsinfeed", - "type": "git", - "directory": "." } ] }