-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
76 lines (76 loc) · 1.96 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
72
73
74
75
76
{
"appKeys": {
"KEY_ARRIVALS": 0,
"KEY_CHECK_PLATFORM": 2,
"KEY_DISTANCE_FAV": 7,
"KEY_GET_ROUTES": 6,
"KEY_JS_READY": 3,
"KEY_LOCATION": 1,
"KEY_NEAREST_FAV": 4,
"KEY_SAVE_SETTINGS": 5
},
"capabilities": [
"location"
],
"companyName": "[email protected]",
"longName": "Chch Bus",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/up.png",
"name": "IMAGE_UP",
"type": "png"
},
{
"file": "images/tick.png",
"name": "IMAGE_TICK",
"type": "png"
},
{
"file": "images/right.png",
"name": "IMAGE_RIGHT",
"type": "png"
},
{
"file": "images/refresh.png",
"name": "IMAGE_REFRESH",
"type": "png"
},
{
"file": "images/option_menu_tick.png",
"name": "IMAGE_OPTION_TICK",
"type": "png"
},
{
"file": "images/option_menu_box.png",
"name": "IMAGE_OPTION_BOX",
"type": "png"
},
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "IMAGE_APP_ICON",
"type": "png"
},
{
"file": "images/down.png",
"name": "IMAGE_DOWN",
"type": "png"
},
{
"file": "images/bell.png",
"name": "IMAGE_BELL",
"type": "png"
}
]
},
"sdkVersion": "2",
"shortName": "Chch Bus",
"uuid": "6094e32b-cc6b-40cb-8761-2dc79d8ee554",
"versionCode": 1,
"versionLabel": "1.33",
"watchapp": {
"watchface": false
}
}