diff options
author | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:37:32 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2025-01-20 14:37:32 +0300 |
commit | 95f2fae19ac763d4e4aa4d3c7e0f6636898c3b59 (patch) | |
tree | 321689758d7b177f51f7e2f06b9ef5de818d4488 /src/config.json | |
parent | Merge branch 'master' of https://github.com/libredirect/browser_extension (diff) | |
download | libredirect-95f2fae19ac763d4e4aa4d3c7e0f6636898c3b59.zip |
Added Troddit https://github.com/libredirect/browser_extension/issues/1002
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 55074df4..e49a044a 100644 --- a/src/config.json +++ b/src/config.json @@ -284,6 +284,12 @@ "instanceList": true, "url": "https://github.com/corenting/eddrit", "localhost": false + }, + "troddit": { + "name": "Troddit", + "instanceList": false, + "url": "https://github.com/burhan-syed/troddit", + "localhost": false } }, "targets": [ @@ -1265,7 +1271,7 @@ }, "ultimateTab": { "name": "Ultimate Tab", - "instanceList": true, + "instanceList": false, "url": "https://github.com/BenoitBellegarde/UltimateTab" } }, |