-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
31 lines (31 loc) · 1.01 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
{
"uuid": "E113DED8-0EA6-4397-90FA-CE40941F7CBC",
"shortName": "Muvr",
"longName": "Muvr",
"companyName": "Muvr",
"versionCode": 2,
"versionLabel": "2.0",
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
"media": [
{"type": "png", "name": "EXERCISING", "file": "images/exercising.png"},
{"type": "png", "name": "MOVING", "file": "images/moving.png"},
{"type": "png", "name": "NOTMOVING", "file": "images/notmoving.png"},
{"type": "png", "name": "THUMBSUP", "file": "images/thumbsup.png"},
{"type": "png", "name": "THUMBSDOWN", "file": "images/thumbsdown.png"},
{"type": "png", "name": "UP", "file": "images/up.png"},
{"type": "png", "name": "DOWN", "file": "images/down.png"},
{"type": "png", "name": "SELECT", "file": "images/select.png"},
{"type": "png", "name": "LEFTARROW", "file": "images/leftarrow.png"}
]
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"sdkVersion": "3"
}