-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 740 Bytes
/
Copy pathmanifest.json
File metadata and controls
36 lines (36 loc) · 740 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
32
33
34
35
36
{
"short_name": "f(css)",
"name": "On Functional CSS",
"start_url": "index.html?utm_source=homescreen",
"icons": [
{
"src": "/img/logo/144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/img/logo/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/logo/256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/img/logo/384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/img/logo/512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"background_color": "#f4f4f4",
"theme_color": "#e8fdf5",
"display": "standalone",
"orientation": "portrait"
}