From 50447da0ba491e283cb0ea32732c8a30611cee34 Mon Sep 17 00:00:00 2001 From: giventofly Date: Sun, 20 Aug 2023 21:26:20 +0100 Subject: [PATCH] required changes for PR --- extensions.json | 11 +++++++++++ repositories.json | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/extensions.json b/extensions.json index c2c2639..6258c14 100644 --- a/extensions.json +++ b/extensions.json @@ -440,6 +440,17 @@ "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": "." } ] } diff --git a/repositories.json b/repositories.json index 7b23fe1..c5d307e 100644 --- a/repositories.json +++ b/repositories.json @@ -70,4 +70,8 @@ }, { "url": "https://github.com/reply2future/xExtension-NewsAssistant", "type": "git" +}, +{ + "url": "https://github.com/giventofly/freshrss-comicsinfeed", + "type": "git" }]