From 51a7639c647f2836fed67c10aa9c79990135da7c Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 29 Jul 2023 20:36:08 +0300 Subject: Added SafeTwitch https://github.com/libredirect/browser_extension/issues/760 --- src/config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 31da4b0b..914b5ab0 100644 --- a/src/config.json +++ b/src/config.json @@ -154,6 +154,31 @@ "embeddable": true, "url": "https://twitter.com" }, + "twitch": { + "frontends": { + "safetwitch": { + "name": "SafeTwitch", + "embeddable": false, + "instanceList": true, + "url": "https://codeberg.org/dragongoose/safetwitch", + "localhost": false + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?twitch\\.(tv|com)\\/" + ], + "name": "Twitch", + "options": { + "enabled": false, + "redirectType": "main_frame", + "unsupportedUrls": "bypass", + "frontend": "safetwitch", + "instance": "public" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://twitch.tv" + }, "tiktok": { "frontends": { "proxiTok": { -- cgit 1.4.1