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": {
|
||||
"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": {
|
||||
|
|
Loading…
Reference in New Issue