michalvankodev-site/static/manifest.json

21 lines
406 B
JSON
Raw Normal View History

2019-07-12 09:49:03 +02:00
{
2019-11-02 21:57:50 +01:00
"background_color": "#ffffff",
"theme_color": "#212138",
"name": "michalvanko.dev",
"short_name": "m-dev",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
2020-12-01 15:01:32 +01:00
"src": "m-svgfavicon-192x192.svg",
2019-11-02 21:57:50 +01:00
"sizes": "192x192",
2020-12-01 15:01:32 +01:00
"type": "image/svg+xml"
2019-11-02 21:57:50 +01:00
},
{
2020-12-01 15:01:32 +01:00
"src": "images/m-svgfavicion-192x192.png",
"sizes": "192x192",
2019-11-02 21:57:50 +01:00
"type": "image/png"
}
]
2019-07-12 09:49:03 +02:00
}