-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
36 lines (36 loc) · 791 Bytes
/
appinfo.json
File metadata and controls
36 lines (36 loc) · 791 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
{
"appKeys": {
"dummy": 0
},
"capabilities": [
""
],
"companyName": "MakeAwesomeHappen",
"longName": "Tea Timer",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/cup_icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"type": "png"
},
{
"file": "images/tea-sign.png",
"name": "TEA_SIGN",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Tea Timer",
"targetPlatforms": [
"aplite"
],
"uuid": "89bcd079-41b7-4d8c-bc38-af385d86a55c",
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}