-
-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
31 lines (31 loc) · 978 Bytes
/
manifest.webmanifest
File metadata and controls
31 lines (31 loc) · 978 Bytes
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
{
"name": "Kiwix JS Browser Extension",
"short_name": "Kiwix JS",
"categories": ["reference", "books", "education"],
"start_url": ".",
"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.",
"lang": "en-GB",
"background_color": "#000",
"icons": [
{
"src": "www/img/icons/kiwix_favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "www/img/icons/kiwix-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "www/img/icons/kiwix-60.png",
"sizes": "60x60",
"type": "image/ico"
},
{
"src": "www/img/icons/kiwix-256.png",
"sizes": "256x256",
"type": "image/png"
}
]
}