forked from adamduncan/eleventy-auto-navigation
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"short_name": "Pietro Passarelli",
"name": "Pietro Passarelli",
"icons": [
{
"src": "/images/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?source=pwa",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "Pietro Passarelli",
"short_name": "Pietro",
"description": "Pietro's website",
"url": "/",
"icons": [{ "src": "/images/today.png", "sizes": "192x192" }]
}
],
"description": "Pietro's website",
"screenshots": [
{
"src": "/images/screenshot1.png",
"type": "image/png",
"sizes": "540x720"
},
{
"src": "/images/screenshot2.jpg",
"type": "image/jpg",
"sizes": "540x720"
}
]
}