Skip to content

Commit a724051

Browse files
authored
Update options.json
1 parent a882117 commit a724051

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

options.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
[]
1+
[
2+
{
3+
"patchName": "Theme",
4+
"options": [
5+
{
6+
"key": "darkThemeBackgroundColor",
7+
"value": "#181818"
8+
}
9+
]
10+
},
11+
{
12+
"patchName": "Custom branding",
13+
"options": [
14+
{
15+
"key": "appName",
16+
"value": "ReVanced"
17+
}
18+
]
19+
}
20+
]

0 commit comments

Comments
 (0)