-
-
Notifications
You must be signed in to change notification settings - Fork 136
/
manifest.webapp
32 lines (32 loc) · 957 Bytes
/
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
{
"version": "4.1.1",
"name": "Kiwix",
"description": "Offline Wikipedia Viewer, and more",
"launch_path": "/www/index.html",
"icons": {
"16": "/www/img/icons/kiwix-16.png",
"32": "/www/img/icons/kiwix-32.png",
"48": "/www/img/icons/kiwix-48.png",
"60": "/www/img/icons/kiwix-60.png",
"90": "/www/img/icons/kiwix-90.png",
"120": "/www/img/icons/kiwix-120.png",
"128": "/www/img/icons/kiwix-128.png",
"256": "/www/img/icons/kiwix-256.png"
},
"developer": {
"name": "Mossroy <[email protected]>, Peter-x and other Kiwix contributors",
"url": "https://github.com/kiwix"
},
"default_locale": "en",
"permissions": {
"device-storage:sdcard": {
"description": "Required to read Wikipedia archives",
"access": "readonly"
},
"geolocation": {
"description": "Necessary only for the 'articles nearby' feature"
}
},
"type": "privileged",
"origin": "app://kiwix.org"
}