diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 12:55:10 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 12:55:10 +0100 |
commit | 5f2088c0bb7ea5ee1f18bc5b3ce15d707e043751 (patch) | |
tree | 0aa576cf0559dbdca25fa69f5b3a664365e6a428 /src/config | |
parent | chore(manifest.json): Bump version number (diff) | |
parent | Added toggle for bookmarks menu in settings https://github.com/libredirect/br... (diff) | |
download | libredirect-5f2088c0bb7ea5ee1f18bc5b3ce15d707e043751.zip |
chore(Merge): remote-tracking branch 'origin/master'
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 60 |
1 files changed, 59 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 9ff73dae..5bd39ee4 100644 --- a/src/config.json +++ b/src/config.json @@ -97,6 +97,16 @@ "desktopApp": true, "instanceList": false, "url": "https://github.com/yattee/yattee" + }, + "freetubePwa": { + "excludeTargets": [ + 2, + 3 + ], + "name": "FreeTube PWA", + "embeddable": false, + "instanceList": false, + "url": "https://github.com/MarmadileManteater/FreeTubeCordova" } }, "targets": [ @@ -183,6 +193,13 @@ "instanceList": true, "url": "https://codeberg.org/dragongoose/safetwitch", "localhost": false + }, + "twineo": { + "name": "Twineo", + "embeddable": true, + "instanceList": true, + "url": "https://codeberg.org/CloudyyUw/twineo", + "localhost": false } }, "targets": [ @@ -693,7 +710,8 @@ }, "targets": [ "^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/", - "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/" + "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/", + "^https?:\\/{2}(www\\.)?superuser\\.com\\/" ], "name": "Stack Overflow", "options": { @@ -936,6 +954,46 @@ }, "imageType": "svg", "url": "https://www.wolframalpha.com" + }, + "tekstowo": { + "frontends": { + "tekstoLibre": { + "name": "TekstoLibre", + "instanceList": true, + "url": "https://github.com/Davilarek/TekstoLibre" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?tekstowo\\.pl\\/" + ], + "name": "Tekstowo.pl", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "tekstoLibre" + }, + "imageType": "svg", + "url": "https://www.tekstowo.pl" + }, + "bluesky": { + "frontends": { + "skyview": { + "name": "Skyview", + "instanceList": true, + "url": "https://github.com/badlogic/skyview" + } + }, + "targets": [ + "^https?:\\/{2}bsky\\.app\\/" + ], + "name": "Bluesky", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "skyview" + }, + "imageType": "svg", + "url": "https://bsky.app/" } } } |