diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-10-19 00:00:18 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-10-19 00:00:18 +0300 |
commit | 9317c75ea2872510406f20643f6533038ce7188d (patch) | |
tree | 76943775cf1ea1519d8be3483372d4194911c537 /src/config.json | |
parent | Added clip support to SafeTwitch https://github.com/libredirect/browser_exten... (diff) | |
download | libredirect-9317c75ea2872510406f20643f6533038ce7188d.zip |
Added Invidious for YT Music https://github.com/libredirect/browser_extension/issues/830
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/src/config.json b/src/config.json index 72cb6b83..6cc38774 100644 --- a/src/config.json +++ b/src/config.json @@ -18,26 +18,6 @@ } }, "services": { - "youtubeMusic": { - "frontends": { - "hyperpipe": { - "name": "Hyperpipe", - "instanceList": true, - "url": "https://codeberg.org/Hyperpipe/Hyperpipe" - } - }, - "targets": [ - "^https?:\\/{2}music\\.youtube\\.com\\/" - ], - "name": "YT Music", - "options": { - "enabled": false, - "frontend": "hyperpipe", - "unsupportedUrls": "bypass" - }, - "imageType": "png", - "url": "https://music.youtube.com" - }, "youtube": { "frontends": { "invidious": { @@ -141,6 +121,32 @@ "embeddable": true, "url": "https://youtube.com" }, + "youtubeMusic": { + "frontends": { + "hyperpipe": { + "name": "Hyperpipe", + "instanceList": true, + "url": "https://codeberg.org/Hyperpipe/Hyperpipe" + }, + "invidiousMusic": { + "name": "Invidious", + "embeddable": true, + "instanceList": true, + "url": "https://invidious.io/" + } + }, + "targets": [ + "^https?:\\/{2}music\\.youtube\\.com\\/" + ], + "name": "YT Music", + "options": { + "enabled": false, + "frontend": "hyperpipe", + "unsupportedUrls": "bypass" + }, + "imageType": "png", + "url": "https://music.youtube.com" + }, "twitter": { "frontends": { "nitter": { |