Correct launcher name

Fix issue https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/issues/25
So launcher name change follow:
Youtube Revanced => Revanced
Youtube Revanced Extended => RVX
Youtube Music Revanced Extended => RVX Music
Youtube Revanced Extended Anddea => RVX Anddea
Youtube Music Revanced Extended Anddea => RVX Music Anddea
Youtube Revanced Extended For Android 6 & 7 => RVX A67
Youtube Revanced Extended For Android 5 => RVX A5
This commit is contained in:
siritami
2024-07-10 21:49:59 +07:00
parent 02b6b39e32
commit 63a8a121bb
17 changed files with 82 additions and 15 deletions

View File

@@ -1 +1,21 @@
[]
[
{
"patchName" : "patch-options",
"options" : [ {
"key" : "YouTube_AppName",
"value" : "RVX A5"
}, {
"key" : "YouTube_PackageName",
"value" : "app.rvx.android.youtube"
}, {
"key" : "Custom_Speed_Arrays",
"value" : "0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 3.0, 5.0"
}, {
"key" : "Overlay_Buttons_Icon",
"value" : "new"
}, {
"key" : "darkThemeBackgroundColor",
"value" : "@android:color/black"
} ]
}
]