Skip to content

Commit

Permalink
Update options.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonyOwO authored Jul 22, 2024
1 parent 274691f commit ff9bb39
Showing 1 changed file with 39 additions and 8 deletions.
47 changes: 39 additions & 8 deletions options.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]

0 comments on commit ff9bb39

Please sign in to comment.