From ff9bb396be40e01a52f231dd9bd71e877448590c Mon Sep 17 00:00:00 2001 From: Lemonade Moreira <39891447+LemonyOwO@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:52:29 -0300 Subject: [PATCH] Update options.json --- options.json | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/options.json b/options.json index fe07ff3..5bd01d7 100644 --- a/options.json +++ b/options.json @@ -1,29 +1,60 @@ - [ + +[ { - "patchName": "Custom branding icon YouTube", + "patchName": "Custom branding name for YouTube", "options": [ { - "key": "AppIcon", - "value": "Revancify Blue" + "key": "AppName", + "value": "ReVanced Extended" } ] }, { - "patchName": "Custom branding name YouTube", + "patchName": "Custom branding icon for YouTube", "options": [ { - "key": "AppName", - "value": "ReVanced Extended" + "key": "AppIcon", + "value": "Revancify Blue" + }, + { + "key": "ChangeHeader", + "value": "Revancify Blue" + }, + { + "key": "ChangeSplashIcon", + "value": "Revancify Blue" } ] }, { - "patchName": "Custom branding icon YouTube Music", + "patchName": "Custom branding icon for YouTube Music", "options": [ { "key": "AppIcon", "value": "Revancify Blue" + }, + { + "key": "ChangeHeader", + "value": "Revancify Blue" + }, + { + "key": "ChangeSplashIcon", + "value": "Revancify Blue" + } + ] + }, + { + "patchName": "Custom branding name for YouTube Music", + "options": [ + { + "key": "AppNameLauncher", + "value": "RVX Music" + }, + { + "key": "AppNameNotification", + "value": "RVX Music" } ] } ] +