-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappinfo.json
More file actions
executable file
·81 lines (81 loc) · 2.06 KB
/
appinfo.json
File metadata and controls
executable file
·81 lines (81 loc) · 2.06 KB
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
{
"appKeys": {
"battery_hide": 5,
"blink": 0,
"bluetoothvibe": 2,
"branding_mask": 4,
"hourlyvibe": 3,
"invert": 1,
"powersave": 7,
"ps_end": 9,
"ps_start": 8,
"seconds": 6,
"set1colors": 201,
"set2colors": 202,
"setcolors": 200,
"switchset": 10,
"switch_end": 12,
"switch_start": 11,
"health": 13
},
"capabilities": [
"configurable",
"health"
],
"companyName": "Orviwan",
"longName": "91 Dub 4.0",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[:0-9]",
"file": "fonts/DS-Digital-Bold.ttf",
"name": "FONT_DIGITALE_71",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "fonts/DS-Digital-Bold.ttf",
"name": "FONT_DIGITALE_56",
"type": "font"
},
{
"characterRegex": "[:0-9A-Z ]",
"file": "fonts/DS-Digital-Bold.ttf",
"name": "FONT_DIGITALE_22",
"type": "font"
},
{
"characterRegex": "[0-9 A-Za-z%.:, --/' ~]",
"file": "fonts/lucon.ttf",
"name": "FONT_LUCIDIA_10",
"type": "font"
},
{
"file": "images/logo2.png",
"name": "IMAGE_LOGO2",
"type": "png"
},
{
"file": "images/menu_icon_91w.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "91 Dub 4.0",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "0c3ca0ae-9067-4764-af92-bdcad1fb6084",
"versionCode": 1,
"versionLabel": "4.21",
"watchapp": {
"watchface": true
}
}