From f9d2e9f89e154acaf2803d347a106e6b92fcabec Mon Sep 17 00:00:00 2001 From: Lemonade Moreira <39891447+LemonyOwO@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:04:49 -0300 Subject: [PATCH] Update options.json --- options.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/options.json b/options.json index 5bd01d7..d978ce4 100644 --- a/options.json +++ b/options.json @@ -1,4 +1,3 @@ - [ { "patchName": "Custom branding name for YouTube", @@ -47,14 +46,23 @@ "patchName": "Custom branding name for YouTube Music", "options": [ { - "key": "AppNameLauncher", + "key": "AppNameNotification", "value": "RVX Music" }, { - "key": "AppNameNotification", + "key": "AppNameLauncher", "value": "RVX Music" } ] + }, + { + "patchName": "Custom header for YouTube Music", + "options": [ + { + "key": "CustomHeader", + "value": "Revancify Blue" + } + ] } ]