1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00
portfolio/public/manifest/manifest.webmanifest

19 lines
350 B
Plaintext
Raw Normal View History

{
"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"
}
]
}