-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
54 lines (54 loc) · 1.24 KB
/
Copy pathappinfo.json
File metadata and controls
54 lines (54 loc) · 1.24 KB
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
{
"appKeys": {
"KEY_CITY": 1,
"KEY_STATUS": 0,
"KEY_STREET": 2
},
"capabilities": [
""
],
"companyName": "Astound",
"longName": "Safe",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/simplisafe.png",
"menuIcon": true,
"name": "IMAGE_SIMPLISAFE",
"type": "png"
},
{
"file": "images/off.png",
"name": "IMAGE_OFF",
"type": "png"
},
{
"file": "images/menu.png",
"name": "IMAGE_MENU",
"type": "png"
},
{
"file": "images/home.png",
"name": "IMAGE_HOME",
"type": "png"
},
{
"file": "images/away.png",
"name": "IMAGE_AWAY",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Safe",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "47b18807-fe9b-44f9-bd37-eac58f4e9745",
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}