-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathappinfo.json
55 lines (55 loc) · 1.13 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
{
"uuid": "5e8eec99-fa47-4edf-997c-e28d9b3c5c35",
"shortName": "UI Patterns Demo",
"longName": "UI Patterns Demo",
"companyName": "PebbleDev",
"versionCode": 4,
"versionLabel": "1.3",
"sdkVersion": "3",
"targetPlatforms": ["aplite", "basalt", "chalk"],
"watchapp": {
"watchface": false
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "bitmap",
"name": "TICK_BLACK",
"file": "images/tick_black.png"
},
{
"type": "bitmap",
"name": "TICK_WHITE",
"file": "images/tick_white.png"
},
{
"type": "bitmap",
"name": "CONFIRM",
"file": "images/confirm.png"
},
{
"type": "bitmap",
"name": "CROSS",
"file": "images/cross.png"
},
{
"type": "bitmap",
"name": "TICK",
"file": "images/tick.png"
},
{
"type": "bitmap",
"name": "WARNING",
"file": "images/warning.png"
},
{
"type": "bitmap",
"name": "CONFIG_REQUIRED",
"file": "images/config-required.png"
}
]
}
}