aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2025-01-27 23:05:03 +0300
committerManeraKai <manerakai@protonmail.com>2025-01-27 23:05:03 +0300
commitc56a2132edac3cdc9adb690af73ed1e8fb201741 (patch)
treedf5fa76e492818c0e31abb300e3cc0ba55d28648 /src/config
parentAdded Ducks for Ducks https://codeberg.org/LibRedirect/browser_extension/issu... (diff)
downloadlibredirect-c56a2132edac3cdc9adb690af73ed1e8fb201741.zip
Added Structables, and made it the default https://codeberg.org/LibRedirect/browser_extension/issues/161
Diffstat (limited to '')
-rw-r--r--src/config.json13
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",