-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
38 lines (38 loc) · 884 Bytes
/
manifest.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
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
{
"app_version": {
"changelog": [
"• fixed many bugs ",
"• now you can bind wheel up and wheel down ",
"• added translation and theming tools ",
"• fixed changelog parser for 7.00 ",
"• added pause/stop buttons for donwloader ",
"• added 'UITextScale' option in VISUALS (7.00) ",
"• various minor improvements "
],
"version": "1.0.0"
},
"locales": {
"en": {
"changelog": "Update",
"version": "0.1.5"
},
"es": {
"changelog": "Update",
"version": "0.1.5"
},
"ru": {
"changelog": "Update",
"version": "0.1.5"
}
},
"themes": {
"dark": {
"changelog": "Expanded namespaced theme token surface",
"version": "0.3.0"
},
"default": {
"changelog": "Expanded namespaced theme token surface",
"version": "0.3.0"
}
}
}