-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
49 lines (48 loc) · 1008 Bytes
/
appinfo.json
File metadata and controls
49 lines (48 loc) · 1008 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"uuid": "2e6fffcf-7b67-4da6-9b05-91cbc2324457",
"shortName": "Binary Clock",
"longName": "Binary Clock",
"companyName": "MakeAwesomeHappen",
"versionCode": 1,
"versionLabel": "1.0.0",
"capabilities": ["configurable"],
"watchapp": {
"watchface": true
},
"appKeys": {
"foreground": 0,
"date": 1,
"statusBar": 2,
"decimalDigits": 3
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "MENU_ICON",
"file": "images/BinaryClock.png"
},
{
"type": "png",
"name": "BATTERY",
"file": "images/battery.png"
},
{
"type": "png",
"name": "CHARGINGBATTERY",
"file": "images/ChargingBattery.png"
},
{
"type": "png",
"name": "BLUETOOTH",
"file": "images/bluetooth.png"
},
{
"type": "png",
"name": "NOBLUETOOTH",
"file": "images/noBluetooth.png"
}
]
}
}