forked from nettleweb/nettleweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
74 lines (74 loc) · 1.46 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
68
69
70
71
72
73
74
{
"id": "nettleweb",
"name": "NettleWeb",
"version": "6.3.1",
"short_name": "NettleWeb",
"categories": ["games", "social", "shopping"],
"description": "Play 3000+ free online HTML5, Flash and classic DOS games. Shop within our online store, and engage in real-time chat with our community. A one-stop platform for gaming, shopping, and socializing.",
"scope": "/",
"display": "fullscreen",
"start_url": "/",
"orientation": "any",
"theme_color": "#004080",
"background_color": "#ffffff",
"display_override": [
"fullscreen",
"standalone",
"minimal-ui",
"window-controls-overlay"
],
"icons": [
{
"src": "/res/logo48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "/res/logo64.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "/res/logo96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "/res/logo128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/res/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/res/logo256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/res/logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/res/logo2.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "/res/logo3.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "maskable"
}
],
"serviceworker": {
"src": "/sw.js",
"scope": "/",
"use_cache": false
}
}