-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
45 lines (45 loc) · 1.06 KB
/
manifest.webmanifest
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
{
"name": "LDD-PWA",
"short_name": "LDDPWA",
"start_url": "/index.html?pwa=true",
"display": "standalone",
"background_color": "#f0f",
"theme_color": "#f0f",
"description": "From zero to hero PWA!",
"icons": [{
"src": "favicons/favicon-32.png",
"sizes": "32x32",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "favicons/favicon-64.png",
"sizes": "64x64",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "favicons/favicon-96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "favicons/favicon-144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "favicons/favicon-196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "favicons/favicon-216.png",
"sizes": "216x216",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "favicons/favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}]
}