forked from canyouswim/Caching-on-Kai-with-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
72 lines (68 loc) · 1.83 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
{
"name": "Cache-on-Kai",
"id": "Cache-on-Kai",
"description": "Go geocaching with KaiOS! Developed by a geocaching community member and officially authorized by geocaching.com through the Geocaching Authorized Developer program.",
"type": "privileged",
"lang": "en-US",
"theme_color": "#02874D",
"orientation": "natural",
"launch_path": "/index.html",
"start_url": "/index.html",
"dir": "ltr",
"scope": "/",
"display": "browser",
"background_color": "#02874D",
"categories": [
"social"
],
"icons": [
{
"src": "/assets/appLogo/icons8-waypoint-map-56.png",
"type": "image/png",
"sizes": "56x56"
},
{
"src": "/assets/appLogo/icons8-waypoint-map-112.png",
"type": "image/png",
"sizes": "112x112"
}
],
"locales": {
"en-US": {
"name": "Cache-on-Kai",
"subtitle": "Geocaching for the rest of us",
"description": "Go geocaching with KaiOS! Developed by a geocaching community member and officially authorized by geocaching.com through the Geocaching Authorized Developer program."
}
},
"default_locale": "en-US",
"url_handlers": [
{
"origin": "https://caching-on-kai.com"
}
],
"b2g_features": {
"version": "3.1.20.3",
"developer": {
"name": "canyouswim",
"url": "https://caching-on-kai.com"
},
"permissions": {
"geolocation": {
"description": "Required to show user's location on map"
},
"camera": {
"description": "Required for accessing cameras on the device."
},
"device-storage:apps": {
"access": "readonly"
},
"systemXHR": {
"description": "Required to load remote content from geocaching.com"
}
},
"subtitle": "Geocaching for the rest of us",
"dependencies": {
"ads-sdk": "1.5.1"
}
}
}