-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
57 lines (57 loc) · 1.45 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"appKeys": {
"batterySetting": 2,
"daySetting": 1,
"digitalSetting": 5,
"lightThemeSetting": 9,
"secondEndSetting": 4,
"secondHandColorSetting": 10,
"secondOutlineColorSetting": 11,
"secondStartSetting": 3,
"tickSetting": 0,
"windowBorderColorSetting": 7,
"windowColorSetting": 6,
"windowTextColorSetting": 8
},
"capabilities": [
"configurable"
],
"companyName": "Smognus",
"longName": "Variable Hands",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/white_marks.png",
"name": "white_marks",
"type": "png"
},
{
"file": "images/black_marks.png",
"name": "black_marks",
"type": "png"
},
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "menu_icon",
"type": "png"
},
{
"file": "images/clockface.png",
"name": "clockface_bitmap",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Variable Hands",
"targetPlatforms": [
"basalt"
],
"uuid": "e4383fb3-620a-4bca-8e40-eef84789ce1c",
"versionLabel": "1.7",
"watchapp": {
"watchface": true
}
}