-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathmanifest.json
More file actions
45 lines (45 loc) · 1 KB
/
manifest.json
File metadata and controls
45 lines (45 loc) · 1 KB
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
{
"lang": "en",
"short_name": "csswizardry",
"name": "CSS Wizardry",
"description": "CSS Architecture and Performance Engineering",
"start_url": "/",
"display": "standalone",
"background_color": "#f9f9f9",
"theme_color": "#f43059",
"icons": [{
"src": "/img/icons/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}, {
"src": "/img/icons/192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}, {
"src": "/img/icons/144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable"
}, {
"src": "/img/icons/144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
}],
"screenshots": [
{
"src": "/img/pwa/screenshot-mobile.png",
"sizes": "1224x2010",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "/img/pwa/screenshot-desktop.png",
"sizes": "3104x1844",
"type": "image/png",
"form_factor": "wide"
}
]
}