michalvankodev-site/static/manifest.json
2021-05-07 13:21:19 +02:00

26 lines
484 B
JSON

{
"background_color": "#f3fcff",
"theme_color": "#42a6f0",
"name": "michalvanko.dev",
"short_name": "m-dev",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "m-logo.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "images/m-logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/m-logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}