-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappinfo.json
More file actions
41 lines (41 loc) · 960 Bytes
/
appinfo.json
File metadata and controls
41 lines (41 loc) · 960 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "wowthatisrandom",
"longName": "Pebble Torch",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/torch_icon.png",
"menuIcon": true,
"name": "IMAGE_TORCH_ICON",
"type": "png"
},
{
"file": "images/pow_black.png",
"name": "IMAGE_POW_BLACK",
"type": "png"
},
{
"file": "images/pow.png",
"name": "IMAGE_POW",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Pebble Torch",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "3ac97e09-2035-4003-85fb-b4d4f176248b",
"versionLabel": "1.3",
"watchapp": {
"watchface": false
}
}