Skip to content

Commit

Permalink
Update options.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NoName-exe committed Jun 23, 2024
1 parent 71e4ed2 commit 857c668
Showing 1 changed file with 38 additions and 9 deletions.
47 changes: 38 additions & 9 deletions options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[
{
"patchName": "Custom Shorts action buttons",
Expand All @@ -11,17 +12,17 @@
{
"patchName": "Custom branding icon for YouTube",
"options": [
{
"key": "AppIcon",
"value": "youtube"
},
{
"key": "ChangeSplashIcon",
"value": true
},
{
"key": "RestoreOldSplashAnimation",
"value": true
},
{
"key": "AppIcon",
"value": "youtube"
}
]
},
Expand Down Expand Up @@ -61,7 +62,7 @@
"options": [
{
"key": "OutlineIcon",
"value": "true"
"value": true
}
]
},
Expand All @@ -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"
}
]
}
]
]

0 comments on commit 857c668

Please sign in to comment.