generated from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.json
143 lines (142 loc) · 2.53 KB
/
options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[
{
"patchName": "Custom Shorts action buttons",
"options": [
{
"key": "IconType",
"value": "outline"
}
]
},
{
"patchName": "Custom branding icon for YouTube",
"options": [
{
"key": "AppIcon",
"value": "mmt"
},
{
"key": "ChangeSplashIcon",
"value": true
},
{
"key": "RestoreOldSplashAnimation",
"value": true
}
]
},
{
"patchName": "Custom branding name for YouTube",
"options": [
{
"key": "AppName",
"value": "ReVanced eXtended MNML"
}
]
},
{
"patchName": "GmsCore support",
"options": [
{
"key": "PackageNameYouTube",
"value": "yt.rvx.mnml.noname.exe"
},
{
"key": "PackageNameYouTubeMusic",
"value": "ytm.rvx.mnml.noname.exe"
}
]
},
{
"patchName": "Overlay buttons",
"options": [
{
"key": "IconType",
"value": "rounded"
},
{
"key": "WiderButtonsSpace",
"value": true
},
{
"key": "ChangeTopButtons",
"value": true
}
]
},
{
"patchName": "Settings for YouTube",
"options": [
{
"key": "RVXSettingsMenuName",
"value": "ReVanced eXtended MNML"
}
]
},
{
"patchName": "SponsorBlock",
"options": [
{
"key": "OutlineIcon",
"value": true
}
]
},
{
"patchName": "Visual preferences icons for YouTube",
"options": [
{
"key": "RVXSettingsMenuIcon",
"value": "custom_branding_icon"
},
{
"key": "ApplyToAll",
"value": true
}
]
},
{
"patchName": "Custom branding icon for YouTube Music",
"options": [
{
"key": "AppIcon",
"value": "mmt"
},
{
"key": "ChangeSplashIcon",
"value": true
},
{
"key": "RestoreOldSplashIcon",
"value": true
}
]
},
{
"patchName": "Custom header for YouTube Music",
"options": [
{
"key": "CustomHeader",
"value": "custom_branding_icon"
}
]
},
{
"patchName": "Settings for YouTube Music",
"options": [
{
"key": "RVXSettingsMenuName",
"value": "ReVanced eXtended MNML"
}
]
},
{
"patchName": "Visual preferences icons for YouTube Music",
"options": [
{
"key": "RVXSettingsMenuIcon",
"value": "custom_branding_icon"
}
]
}
]