-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
36 lines (36 loc) · 863 Bytes
/
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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Peter Woodward",
"longName": "4 Minute Workout",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "Menu_Icon",
"type": "png"
},
{
"file": "images/stop_icon.png",
"name": "STOP",
"type": "png"
},
{
"file": "images/play_icon.png",
"name": "PLAY",
"type": "png"
}
]
},
"shortName": "4 Min Workout",
"uuid": "0988a739-1fe3-4f25-9d22-af3aaf217c6d",
"versionCode": 1,
"versionLabel": "0.2.0",
"watchapp": {
"watchface": false
}
}