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
|
{
"name": "Dawid Potocki",
"short_name": "Dawid Potocki",
"start_url": "/",
"display": "minimal-ui",
"background_color": "#966bab",
"icons": [
{
"src": "/img/favicon/normal-192x192.png?t={{ now.Unix }}",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/img/favicon/normal-512x512.png?t={{ now.Unix }}",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/img/favicon/normal.svg?t={{ now.Unix }}",
"type": "image/svg+xml",
"sizes": "192x192 51x512"
},
{
"src": "/img/favicon/maskable-192x192.png?t={{ now.Unix }}",
"type": "image/png",
"purpose": "maskable",
"sizes": "192x192"
},
{
"src": "/img/favicon/maskable-512x512.png?t={{ now.Unix }}",
"type": "image/png",
"purpose": "maskable",
"sizes": "512x512"
},
{
"src": "/img/favicon/maskable.svg?t={{ now.Unix }}",
"type": "image/svg+xml",
"purpose": "maskable",
"sizes": "192x192 512x512"
}
]
}
|