1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00
portfolio/public/manifest/manifest.webmanifest
Matthias Kretschmann 7eb0075e6f
Migrate to Biome (#1322)
* migrate to Biome

* package updates

* ci fix

* typing fix
2024-07-26 11:45:20 +01:00

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