21 lines
380 B
JSON
21 lines
380 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|