diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-28 23:09:22 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-28 23:09:22 +0300 |
commit | b0837aa19b51aac5938745f49224a279e49eb3bd (patch) | |
tree | 8efcb37bf02d8085e7d632bdf676d3609e6e1f1e /src/config.json | |
parent | Update Privacy-Policy.md (diff) | |
download | libredirect-b0837aa19b51aac5938745f49224a279e49eb3bd.zip |
Re-added Destructables https://codeberg.org/LibRedirect/browser_extension/issues/97
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 47be55be..31da4b0b 100644 --- a/src/config.json +++ b/src/config.json @@ -808,6 +808,11 @@ "name": "Indestructables", "instanceList": true, "url": "https://indestructables.codeberg.page" + }, + "destructables": { + "name": "Destructables", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Destructables" } }, "targets": [ |