forked from pebble-examples/pebble-faces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
52 lines (52 loc) · 1.22 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
{
"appKeys": {
"ERROR": 9,
"LATITUDE": 6,
"LONGITUDE": 7,
"NETDL_BEGIN": 5001,
"NETDL_CHUNK_SIZE": 5003,
"NETDL_DATA": 5000,
"NETDL_END": 5002,
"PACKED_IMG": 8,
"PICTURE_FULLNAME": 104,
"PICTURE_LIKES": 105,
"PICTURE_TEXT": 102,
"PICTURE_TIME": 103,
"PICTURE_USER": 101,
"TAKE_PICTURE": 2,
"UPDATE_TOKEN": 1
},
"capabilities": [
"location",
"configurable"
],
"companyName": "Ben Combee",
"longName": "Phantom Camera",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/phantom.png",
"name": "IMAGE_PHANTOM",
"type": "png"
},
{
"file": "images/phantom_28x28.png",
"menuIcon": true,
"name": "IMAGE_PHANTOM_ICON",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Phantom Camera",
"targetPlatforms": [
"basalt",
"chalk"
],
"uuid": "40188926-7314-4eea-81de-2a7fcb9f7499",
"versionLabel": "2.4",
"watchapp": {
"watchface": false
}
}