-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
54 lines (54 loc) · 1.51 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
{
"versionLabel": "1",
"uuid": "60ff4779-e138-40ae-af9c-b54fcbaaaeea",
"appKeys": {
"category": 6,
"arival_time": 8,
"to": 5,
"delay": 3,
"platform": 4,
"station_name": 2,
"message_type": 0,
"id": 1,
"departure_time": 7
},
"longName": "NextTrain",
"versionCode": 1,
"capabilities": [
"location"
],
"shortName": "NextTrain",
"companyName": "kije-dev",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"characterRegex": "[0-9:]",
"type": "font",
"name": "FONT_UBUNTU_MONO_BOLD_29",
"file": "fonts/UbuntuMono-B.ttf"
},
{
"characterRegex": "[a-zA-Z\u00e4\u00f6\u00fc\u00e9\u00e8\u00e0!:,\\.0-9()\\- \u2013\\+\u2026\\$\\?\u00c7\u00e7@\\\"\\\\/]",
"type": "font",
"name": "FONT_UBUNTU_9",
"file": "fonts/Ubuntu-Regular.ttf"
},
{
"trackingAdjust": 1,
"characterRegex": "[LSuntigM\u00e4DschwdFramJaebrzAplOkNov0-9,. \u2026]",
"type": "font",
"name": "FONT_SANCHEZ_REGULAR_13",
"file": "fonts/Sanchez-Regular.ttf"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_ICON_TRAIN",
"file": "images/icon.png"
}
]
}
}