From 9275ace394fb64339793637e53f617366c409fb3 Mon Sep 17 00:00:00 2001 From: Joedmin Date: Sat, 19 Oct 2024 12:21:31 +0200 Subject: [PATCH] Add Wallabag extension --- README.md | 1 + repositories.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index a6898ad..b6ef878 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@Joedmin](https://github.com/Joedmin/) * [Readeck Button](https://github.com/Joedmin/xExtension-readeck-button): Add articles to a selected Readeck instance with one simple button click or a keyboard shortcut. +* [Wallabag Button](https://github.com/Joedmin/xExtension-wallabag-button): Add articles to a selected Wallabag instance with one simple button click or a keyboard shortcut. ### By [@printfuck](https://github.com/printfuck/) diff --git a/repositories.json b/repositories.json index 6071f43..b01bbd1 100644 --- a/repositories.json +++ b/repositories.json @@ -59,6 +59,9 @@ "url": "https://github.com/Joedmin/xExtension-readeck-button", "type": "git" }, { + "url": "https://github.com/Joedmin/xExtension-wallabag-button", + "type": "git" +},{ "url": "https://github.com/printfuck/xExtension-Readable", "type": "git" }, {