-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
48 lines (48 loc) · 1.17 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
{
"appKeys": {
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0
},
"capabilities": [
"location",
"configurable"
],
"companyName": "Denice",
"enableMultiJS": true,
"longName": "Jarvis MK II",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND",
"targetPlatforms": null,
"type": "bitmap"
},
{
"compatibility": "2.7",
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_20",
"type": "font"
},
{
"compatibility": "2.7",
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_48",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Jarvis MK II",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "7723f4f3-66ed-4532-b43d-6eefd74289c5",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}