From 857c66893705071de3994f8a2aa5a17079670bd9 Mon Sep 17 00:00:00 2001 From: NoName-exe <52629189+NoName-exe@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:14:44 +0530 Subject: [PATCH] Update options.json --- options.json | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/options.json b/options.json index 71b4473..8479641 100644 --- a/options.json +++ b/options.json @@ -1,3 +1,4 @@ + [ { "patchName": "Custom Shorts action buttons", @@ -11,6 +12,10 @@ { "patchName": "Custom branding icon for YouTube", "options": [ + { + "key": "AppIcon", + "value": "youtube" + }, { "key": "ChangeSplashIcon", "value": true @@ -18,10 +23,6 @@ { "key": "RestoreOldSplashAnimation", "value": true - }, - { - "key": "AppIcon", - "value": "youtube" } ] }, @@ -61,7 +62,7 @@ "options": [ { "key": "OutlineIcon", - "value": "true" + "value": true } ] }, @@ -77,14 +78,42 @@ { "patchName": "Custom branding icon for YouTube Music", "options": [ + { + "key": "AppIcon", + "value": "mmt" + }, { "key": "ChangeSplashIcon", "value": true - }, + } + ] + }, + { + "patchName": "Settings for YouTube Music", + "options": [ { - "key": "AppIcon", - "value": "mmt" + "key": "RVXSettingsMenuName", + "value": "ReVanced eXtended MNML" + } + ] + }, + { + "patchName": "Change package name", + "options": [ + { + "key": "PackageNameReddit", + "value": "rdt.rvx.mnml.noname.exe" + } + ] + }, + { + "patchName": "Settings for Reddit", + "options": [ + { + "key": "RVXSettingsMenuName", + "value": "ReVanced eXtended MNML" } ] } -] \ No newline at end of file +] + \ No newline at end of file