mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "matthias kretschmann",
|
|
"short_name": "mk",
|
|
"display": "standalone",
|
|
"start_url": "/?homescreen=1",
|
|
"icons": [
|
|
{
|
|
"src": "/manifest/favicon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/manifest/favicon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|