From 8c1eddeba900439b26b06ada4d3f8520dd7abbc9 Mon Sep 17 00:00:00 2001 From: Lemonade Moreira <39891447+LemonyOwO@users.noreply.github.com> Date: Sat, 3 Aug 2024 02:37:48 -0300 Subject: [PATCH] Update options.json --- options.json | 148 ++++++++++++++++++++++++++++----------------------- 1 file changed, 82 insertions(+), 66 deletions(-) diff --git a/options.json b/options.json index d978ce4..374c288 100644 --- a/options.json +++ b/options.json @@ -1,68 +1,84 @@ [ - { - "patchName": "Custom branding name for YouTube", - "options": [ - { - "key": "AppName", - "value": "ReVanced Extended" - } - ] - }, - { - "patchName": "Custom branding icon for YouTube", - "options": [ - { - "key": "AppIcon", - "value": "Revancify Blue" - }, - { - "key": "ChangeHeader", - "value": "Revancify Blue" - }, - { - "key": "ChangeSplashIcon", - "value": "Revancify Blue" - } - ] - }, - { - "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": "AppNameNotification", - "value": "RVX Music" - }, - { - "key": "AppNameLauncher", - "value": "RVX Music" - } - ] - }, - { - "patchName": "Custom header for YouTube Music", - "options": [ - { - "key": "CustomHeader", - "value": "Revancify Blue" - } - ] - } + { + "patchName": "Custom branding icon for YouTube Music", + "options": [ + { + "key": "AppIcon", + "value": "Revancify Blue" + }, + { + "key": "ChangeHeader", + "value": true + }, + { + "key": "ChangeSplashIcon", + "value": true + } + ] + }, + { + "patchName": "Custom branding name for YouTube Music", + "options": [ + { + "key": "AppNameNotification", + "value": "RVX Music" + }, + { + "key": "AppNameLauncher", + "value": "RVX Music" + } + ] + }, + { + "patchName": "Settings for YouTube Music", + "options": [ + { + "key": "RVXSettingsMenuName", + "value": "ReVanced Extended" + } + ] + }, + { + "patchName": "Custom branding icon for YouTube", + "options": [ + { + "key": "AppIcon", + "value": "Revancify Blue" + }, + { + "key": "ChangeHeader", + "value": true + }, + { + "key": "CustomHeader", + "value": "" + }, + { + "key": "ChangeSplashIcon", + "value": true + }, + { + "key": "RestoreOldSplashAnimation", + "value": true + } + ] + }, + { + "patchName": "Custom branding name for YouTube", + "options": [ + { + "key": "AppName", + "value": "ReVanced Extended" + } + ] + }, + { + "patchName": "Settings for YouTube", + "options": [ + { + "key": "RVXSettingsMenuName", + "value": "ReVanced Extended" + } + ] + } ] -