diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-11-24 21:22:43 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-11-24 21:22:43 +0300 |
commit | 4ed67a3f73a63e6d680be9c1f8eccbe8ff570b4e (patch) | |
tree | 48d26b3bcba8e9fc21b26ba1b4fa482df4ccfc4c /src/config.json | |
parent | Fixed a bug in upgrading popupServices settings https://github.com/libredirec... (diff) | |
download | libredirect-4ed67a3f73a63e6d680be9c1f8eccbe8ff570b4e.zip |
Added Skyview https://github.com/libredirect/browser_extension/issues/834
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 6cc43776..f17ba8f5 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": [ @@ -963,6 +973,26 @@ }, "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/" } } } \ No newline at end of file |