michalvankodev-site/static/manifest.json

21 lines
380 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": [
{
"src": "m-favicon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/m-logo.png",
"sizes": "226x226",
"type": "image/png"
}
]
2019-07-12 09:49:03 +02:00
}