From 82a89eda55f045085f2d5c7a87c268863d4e200d Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Tue, 15 May 2018 05:59:17 +0200 Subject: [PATCH] Added some more adblocker tools --- data/Software.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/data/Software.json b/data/Software.json index a8a7b8eac..37285d527 100644 --- a/data/Software.json +++ b/data/Software.json @@ -1,4 +1,4 @@ -[ +[ { "id": 1, "downloadUrl": "https://github.com/gorhill/uBlock#installation", @@ -16,5 +16,23 @@ "downloadUrl": "https://adguard.com/en/download.html", "homeUrl": "https://adguard.com/", "name": "AdGuard" + }, + { + "id": 4, + "downloadUrl": "https://f-droid.org/packages/org.jak_linux.dns66/", + "homeUrl": "https://github.com/julian-klode/dns66", + "name": "DNS66" + }, + { + "id": 5, + "downloadUrl": "https://github.com/NanoAdblocker/NanoCore#nano-adblocker-core", + "homeUrl": "https://github.com/NanoAdblocker/NanoCore", + "name": "Nano Adblocker" + }, + { + "id": 6, + "downloadUrl": "https://getadblock.com/", + "homeUrl": "https://getadblock.com/", + "name": "AdBlock" } -] \ No newline at end of file +]