forked from limjohnny88/MondainePebbleWatchFace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
66 lines (66 loc) · 1.83 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
58
59
60
61
62
63
64
65
66
{
"appKeys": {
"bluetoothstatusdetection": 4,
"dateoption": 2,
"dialcolor": 0,
"hourlyvibration": 3,
"secondhandoption": 1
},
"capabilities": [
"configurable"
],
"companyName": "Johnny Lim",
"longName": "Mondaine",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/bluetooth-disconnect.png",
"name": "IMAGE_BLUETOOTHDISCONNECTED",
"type": "png"
},
{
"file": "images/bluetooth-connect.png",
"name": "IMAGE_BLUETOOTHCONNECTED",
"type": "png"
},
{
"file": "images/resize_icon-mondaine-sbb-black.png",
"name": "IMAGE_MONDAINE_BLACKBG",
"type": "png"
},
{
"file": "images/resize_icon-mondaine-sbb-white.png",
"name": "IMAGE_MONDAINE_WHITEBG",
"type": "png"
},
{
"file": "images/resize_icon-mondaine-sbb-black_nl.png",
"name": "IMAGE_MONDAINE_BLACKNLBG",
"type": "png"
},
{
"file": "images/resize_icon-mondaine-sbb-white_nl.png",
"name": "IMAGE_MONDAINE_WHITENLBG",
"type": "png"
},
{
"file": "images/mondaine_index.png",
"menuIcon": true,
"name": "IMAGE_MONDAINE_INDEX",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Mondaine",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "a70d8f01-e9bf-4c3a-8d4f-4b3d9dfa8ee2",
"versionLabel": "1.2",
"watchapp": {
"watchface": true
}
}