diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-09 14:15:00 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-09 14:15:00 +0300 |
commit | a20082de57fce45a25fe3fcd947e9aa50a900516 (patch) | |
tree | 5f081f52cdb708743d9ec9acea9e1f181c717ce6 /src/config.json | |
parent | Added Pasted https://github.com/libredirect/browser_extension/issues/930 (diff) | |
download | libredirect-a20082de57fce45a25fe3fcd947e9aa50a900516.zip |
Added Freetube to YouTube Music https://github.com/libredirect/browser_extension/issues/940
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index fbe2fe1b..76e4b022 100644 --- a/src/config.json +++ b/src/config.json @@ -159,6 +159,13 @@ "embeddable": true, "instanceList": true, "url": "https://invidious.io/" + }, + "freetubeMusic": { + "name": "FreeTube", + "embeddable": false, + "desktopApp": true, + "instanceList": false, + "url": "https://github.com/FreeTubeApp/FreeTube" } }, "targets": [ |