about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json46
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": {