-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
manifest.json
67 lines (67 loc) · 1.74 KB
/
manifest.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
{
"dir": "ltr",
"lang": "en-GB",
"name": "Kiwix JS PWA Edition",
"display": "standalone",
"display_override": ["window-controls-overlay", "standalone", "browser"],
"edge_side_panel": {
"preferred_width": 496
},
"categories": ["reference", "books", "education"],
"iarc_rating_id": "3596f0d9-387e-4d64-a165-5fef16a6c8e3",
"start_url": ".",
"short_name": "Kiwix PWA",
"theme_color": "#2F4F4F",
"description": "Kiwix is an offline reader for content from Wikipedia, Project Gutenberg, TED Talks, Wikivoyage, Stackexchange, and many other Web archives. It makes knowledge available to people with limited or no Internet access.",
"background_color": "#000",
"related_applications": [
{
"platform": "windows",
"url": "https://apps.microsoft.com/detail/9P8SLZ4J979J",
"id": "9P8SLZ4J979J"
}
],
"prefer_related_applications": false,
"icons": [
{
"src": "www/img/icons/kiwix-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "www/img/icons/kiwix-64.ico",
"sizes": "64x64",
"type": "image/ico"
},
{
"src": "www/img/icons/kiwix-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "www/img/icons/kiwix-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "www/img/icons/kiwix-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"file_handlers": [
{
"action": "www/index.html",
"accept": {
"application/octet-stream": [ ".zim" ]
},
"icons": [
{
"src": "www/img/icons/kiwix-256.png",
"sizes": "256x256",
"type": "image/png"
}
],"launch_type": "single-client"
}
]
}