diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 29934e3c..44d075ac 100644 --- a/src/config.json +++ b/src/config.json @@ -672,6 +672,48 @@ "imageType": "svgMono", "embeddable": false, "url": "https://web.archive.org" + }, + "bilibili": { + "frontends": { + "mikuInvidious": { + "name": "MikuInvidious", + "instanceList": true, + "url": "https://0xacab.org/johnxina/mikuinvidious" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.|space\\.)?bilibili\\.com\\/", + "^https?:\\/{2}b23\\.tv\\/" + ], + "name": "Bilibili", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://bilibili.com/" + }, + "bandcamp": { + "frontends": { + "tent": { + "name": "Tent", + "instanceList": true, + "url": "https://codeberg.org/sun/Tent" + } + }, + "targets": [ + "^https?:\\/{2}(.*\\.)?bandcamp\\.com\\/", + "^https?:\\/{2}(f4|t4)\\.bcbits\\.com\\/" + ], + "name": "Bandcamp", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://bandcamp.com/" } } } \ No newline at end of file |