-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
63 lines (63 loc) · 1.75 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
{
"versionLabel": "1.0",
"uuid": "2779e267-762e-4c9b-8662-c3f0a94b7592",
"appKeys": {},
"longName": "Time Machine 2.0",
"versionCode": 1,
"capabilities": [
"configurable"
],
"shortName": "Time Machine 2.0",
"companyName": "dabdemon",
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"characterRegex": "[0-9:]",
"type": "font",
"name": "FUTURA_CONDENSED_53",
"file": "fonts/futura_condensed_bold-webfont.ttf"
},
{
"characterRegex": "[ 0-9:_]",
"type": "font",
"name": "FUTURA_30",
"file": "fonts/futura.ttf"
},
{
"characterRegex": "[0-9A-Za-z ]",
"type": "font",
"name": "FUTURA_17",
"file": "fonts/futura.ttf"
},
{
"characterRegex": "[0-9A-Za-z :]",
"type": "font",
"name": "FUTURA_14",
"file": "fonts/futura.ttf"
},
{
"type": "png",
"name": "BT_DISCONNECTED",
"file": "images/bluetooth_Off_white_small.png"
},
{
"type": "png",
"name": "BT_CONNECTED",
"file": "images/bluetooth_white_small2.png"
},
{
"type": "png",
"name": "BATT_CHAR",
"file": "images/batt_char.png"
},
{
"type": "png",
"name": "BATT_EMPTY",
"file": "images/batt_empty.png"
}
]
}
}