-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
58 lines (58 loc) · 1.53 KB
/
appinfo.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
{
"appKeys": {
"KEY_CHANGE_INVERT_ON_STARTUP": 1,
"KEY_REQUEST_CONFIG": 0,
"KEY_SHOW_INVERTED": 2
},
"capabilities": [
"configurable"
],
"companyName": "Abildgard",
"longName": "Quarter Week",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/ICON_28x28.png",
"menuIcon": true,
"name": "ICON_28x28",
"type": "png"
},
{
"characterRegex": "[0-9 a-z A-Z]",
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONTNORMAL_33",
"type": "font"
},
{
"characterRegex": "[0-9\u00d7/%\\\\ ]",
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONTNORMAL_31",
"type": "font"
},
{
"characterRegex": "[0-9]",
"file": "fonts/Roboto-Bold.ttf",
"name": "FONTBOLD_33",
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/Roboto-Bold.ttf",
"name": "FONTBOLD_54",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Quarter Week",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "70b3bbde-abe7-4ee0-96ec-5450fd37ceeb",
"versionLabel": "2.8",
"watchapp": {
"watchface": true
}
}