added SafeTwitch embed support https://codeberg.org/LibRedirect/browser_extension/issues/105
This commit is contained in:
parent
bef1db90f5
commit
947bb38ea4
|
@ -174,7 +174,7 @@
|
||||||
"frontends": {
|
"frontends": {
|
||||||
"safetwitch": {
|
"safetwitch": {
|
||||||
"name": "SafeTwitch",
|
"name": "SafeTwitch",
|
||||||
"embeddable": false,
|
"embeddable": true,
|
||||||
"instanceList": true,
|
"instanceList": true,
|
||||||
"url": "https://codeberg.org/dragongoose/safetwitch",
|
"url": "https://codeberg.org/dragongoose/safetwitch",
|
||||||
"localhost": false
|
"localhost": false
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
"instance": "public"
|
"instance": "public"
|
||||||
},
|
},
|
||||||
"imageType": "svg",
|
"imageType": "svg",
|
||||||
"embeddable": false,
|
"embeddable": true,
|
||||||
"url": "https://twitch.tv"
|
"url": "https://twitch.tv"
|
||||||
},
|
},
|
||||||
"tiktok": {
|
"tiktok": {
|
||||||
|
|
Loading…
Reference in New Issue