This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
appinfo.json
71 lines (71 loc) · 1.48 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
67
68
69
70
71
{
"uuid": "00e9deeb-16b4-4752-ae35-2cc088fc6ca9",
"shortName": "UK Transport",
"longName": "UK Transport",
"companyName": "Matthew Tole",
"versionCode": 1,
"versionLabel": "1.7",
"targetPlatform": ["aplite", "basalt"],
"watchapp": {
"watchface": false
},
"enableMultiJS": true,
"sdkVersion": "3",
"appKeys": {
"group": 0,
"operation": 1,
"data": 2
},
"capabilities": [ "location" ],
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "MENU_ICON",
"file": "images/menu.png"
},
{
"type": "png",
"name": "MENU_RAIL",
"file": "images/menu_rail.png"
},
{
"type": "png",
"name": "MENU_TFL",
"file": "images/menu_tfl.png"
},
{
"type": "png",
"name": "MENU_BUS",
"file": "images/menu_bus.png"
},
{
"type": "png",
"name": "MENU_REFRESH",
"file": "images/menu_refresh.png"
},
{
"type": "png",
"name": "MENU_SETTINGS",
"file": "images/menu_settings.png"
},
{
"type": "png",
"name": "MENU_ABOUT",
"file": "images/menu_about.png"
},
{
"type": "png",
"name": "ICON_FAVOURITE",
"file": "images/icon_favourite.png"
},
{
"type": "font",
"name": "FONT_ICON_8",
"file": "fonts/icomoon.ttf",
"characterRegex": "ab"
}
]
}
}