diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 25 |
1 files changed, 25 insertions, 0 deletions
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": { |