From a20082de57fce45a25fe3fcd947e9aa50a900516 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 9 Jul 2024 14:15:00 +0300 Subject: Added Freetube to YouTube Music https://github.com/libredirect/browser_extension/issues/940 --- src/config.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/config.json') 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": [ -- cgit 1.4.1