-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathappinfo.json
More file actions
44 lines (44 loc) · 843 Bytes
/
appinfo.json
File metadata and controls
44 lines (44 loc) · 843 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
39
40
41
42
43
44
{
"uuid": "ed70b15c-3c48-4828-8e8c-e39a28efb38d",
"shortName": "Tutorial-3-3",
"longName": "Tutorial-3-3",
"companyName": "Pebble",
"versionCode": 1,
"versionLabel": "1.0",
"enableMultiJS": true,
"watchapp": {
"watchface": true
},
"appKeys": {
"KEY_TEMPERATURE": 0,
"KEY_CONDITIONS": 1
},
"capabilities": [
"location"
],
"resources": {
"media": [
{
"type": "font",
"name": "FONT_PERFECT_DOS_48",
"file": "perfect-dos-vga.ttf"
},
{
"type": "font",
"name": "FONT_PERFECT_DOS_20",
"file": "perfect-dos-vga.ttf"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND",
"file": "background.png"
}
]
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"sdkVersion": "3"
}