forked from hybridgroup/watchbot
-
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) · 698 Bytes
/
Copy pathappinfo.json
File metadata and controls
36 lines (36 loc) · 698 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
{
"sdkVersion": "3",
"longName": "watchbot",
"versionCode": 2,
"shortName": "watchbot",
"capabilities": [
"configurable"
],
"targetPlatforms": [
"aplite",
"basalt"
],
"projectType": "pebblejs",
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_LOGO_SPLASH",
"file": "images/logo_splash.png"
}
]
},
"versionLabel": "2.3",
"watchapp": {
"watchface": false
},
"uuid": "e5b1a444-a47c-4dc4-bc91-601eccf4eab7",
"appKeys": {},
"companyName": "The Hybrid Group"
}