-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.webmanifest
100 lines (100 loc) · 2.73 KB
/
manifest.webmanifest
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "KaiMap",
"description": "Modern Cached Map powered by OpenStreetMap and other APIs",
"theme_color": "#1F60ED",
"lang": "en-US",
"start_url": "/index.html",
"icons": [
{
"src": "/icons/icon-56-56.png",
"type": "image/png",
"sizes": "56x56"
},
{
"src": "/icons/icon-112-112.png",
"type": "image/png",
"sizes": "112x112"
},
{
"src": "/icons/icon-128-128.png",
"type": "image/png",
"sizes": "128x128"
}
],
"b2g_features": {
"version": "1.2.7",
"type": "certified",
"origin": "app://kaimap.delta.org",
"fullscreen": true,
"developer": {
"name": "delta-apps",
"url": "https://github.com/Delta-Applications"
},
"dependencies": {
"ads-sdk": "1.5.0"
},
"activities": {
"open": {
"filters": {
"type": [
"application/gpx+xml",
"text/xml",
"application/xml",
"application/octet-stream"
]
},
"disposition": "inline",
"returnValue": true,
"href": "/index.html"
},
"view": {
"filters": {
"type": "url",
"url": {
"required": true,
"regexp": "\t^https:\\/\\/[a-z.]{0,4}openstreetmap.org\\/#map=(\\d){2}(\\/)[+-]?([0-9]*[.])?[0-9]+(\\/)[+-]?([0-9]*[.])?[0-9]+"
}
},
"disposition": "inline",
"returnValue": true,
"href": "/index.html"
}
},
"permissions": {
"feature-detection": {
"description": "Check device capabilities such as Torch"
},
"flashlight": {
"description": "Light up 800T Flashlight"
},
"geolocation": {
"description": "Required to show user's location on map"
},
"wifi-manage": {
"description": "Required to display Wifi Statistics"
},
"device-storage:sdcard": {
"description": "Scan and write SD-Card for GPX, GeoJSON, and KML Files",
"access": "readwrite"
},
"networkstats-manage": {
"description": "Required to display Wifi Statistics"
},
"video-capture": {
"description": "Required to read QR Codes using the Camera"
},
"camera": {
"description": "Light up Camera Flash"
},
"wake-lock": {},
"power": {},
"spatialnavigation-app-manage": {
"navigator.spatialNavigationEnabled": false
},
"systemXHR": {
"description": "Required to load remote content"
}
},
"core": true
}
}