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" } ] } ] +