From 947bb38ea45ca3d78de0b69935dd84570dbb3cea Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 17 Sep 2023 22:14:48 +0300 Subject: added SafeTwitch embed support https://codeberg.org/LibRedirect/browser_extension/issues/105 --- src/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/config.json b/src/config.json index 52b2dcf0..87562dd1 100644 --- a/src/config.json +++ b/src/config.json @@ -174,7 +174,7 @@ "frontends": { "safetwitch": { "name": "SafeTwitch", - "embeddable": false, + "embeddable": true, "instanceList": true, "url": "https://codeberg.org/dragongoose/safetwitch", "localhost": false @@ -192,7 +192,7 @@ "instance": "public" }, "imageType": "svg", - "embeddable": false, + "embeddable": true, "url": "https://twitch.tv" }, "tiktok": { -- cgit 1.4.1