forked from canyouswim/Caching-on-Kai-with-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
76 lines (63 loc) · 1.83 KB
/
manifest.webapp
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
{
"version": "3.2.30",
"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. Visit https://caching-on-kai.com to see what's new and what is coming!",
"type": "privileged",
"origin": "app://caching-on-kai.com",
"launch_path": "/index.html",
"icons": {
"56": "/assets/appLogo/icons8-waypoint-map-56.png",
"112": "/assets/appLogo/icons8-waypoint-map-112.png"
},
"developer": {
"name": "canyouswim",
"url": "https://caching-on-kai.com"
},
"categories": [
"social",
"games"
],
"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. Visit https://caching-on-kai.com to see what's new and what is coming!"
}
},
"dependencies": {
"ads-sdk": "1.5.1"
},
"redirects": [
{
"from": "https://caching-on-kai.com",
"to": "/index.html"
}
],
"activities": {
"open-caching": {
"href": "/index.html",
"disposition": "window",
"filters": {
"type": [ "token" ],
"play": {
"value": [ true, false ],
"required": false
}
}
}
},
"default_locale": "en-US",
"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"
}
}
}