portfolio_site/static/site.webmanifest
Mihkel Martin Kasterpalu 387b7216a4 Run prettier on all files
2025-01-22 14:25:24 +02:00

21 lines
403 B
JSON

{
"name": "Kasterpalu",
"short_name": "Kasterpalu",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}