diff options
author | ManeraKai <manerakai@protonmail.com> | 2025-01-27 23:05:03 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2025-01-27 23:05:03 +0300 |
commit | c56a2132edac3cdc9adb690af73ed1e8fb201741 (patch) | |
tree | df5fa76e492818c0e31abb300e3cc0ba55d28648 /src/config.json | |
parent | Added Ducks for Ducks https://codeberg.org/LibRedirect/browser_extension/issu... (diff) | |
download | libredirect-c56a2132edac3cdc9adb690af73ed1e8fb201741.zip |
Added Structables, and made it the default https://codeberg.org/LibRedirect/browser_extension/issues/161
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/config.json b/src/config.json index 26453dc2..b6338462 100644 --- a/src/config.json +++ b/src/config.json @@ -993,15 +993,20 @@ "instructables": { "name": "Instructables", "frontends": { - "indestructables": { - "name": "Indestructables", + "structables": { + "name": "Structables", "instanceList": true, - "url": "https://indestructables.codeberg.page" + "url": "https://github.com/PrivateCoffee/structables" }, "destructables": { "name": "Destructables", "instanceList": true, "url": "https://git.vern.cc/cobra/Destructables" + }, + "indestructables": { + "name": "Indestructables", + "instanceList": true, + "url": "https://indestructables.codeberg.page" } }, "targets": [ @@ -1010,7 +1015,7 @@ "options": { "enabled": false, "unsupportedUrls": "bypass", - "frontend": "indestructables", + "frontend": "structables", "redirectOnlyInIncognito": false }, "imageType": "svg", |