-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
43 lines (43 loc) · 868 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
37
38
39
40
41
42
43
{
"uuid": "a4c5a2bd-8ae1-489a-bd6d-c14a9c896d5d",
"shortName": "Blocky",
"longName": "Blocky",
"companyName": "Willdorf",
"versionLabel": "1.2",
"sdkVersion": "3",
"targetPlatforms": ["basalt"],
"watchapp": {
"watchface": true
},
"capabilities" : [
"configurable"
],
"appKeys": {
"backgroundColor" : 0,
"blockOneColor" : 1,
"blockTwoColor" : 2,
"blockThreeColor" : 3,
"blockFourColor" : 4,
"blockFiveColor" : 5,
"blockSixColor" : 6,
"blockSevenColor" : 7,
"blockEightColor" : 8,
"blockNineColor" : 9,
"blockTenColor" : 10,
"blockElevenColor" : 11,
"blockTwelveColor" : 12,
"KEY_TEMPERATURE" : 13,
"KEY_CONDITIONS" : 14,
"degreeOption" : 15
},
"resources": {
"media": [
{
"menuIcon" : true,
"type" : "png",
"name" : "IMAGE_MENU_ICON",
"file" : "menu.png"
}
]
}
}