generated from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
82 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
|