fix:logo padding

This commit is contained in:
2025-10-07 12:44:07 +02:00
parent fbe0a759b7
commit 5f0cae604d
8 changed files with 13 additions and 20 deletions

View File

@@ -4,23 +4,14 @@
"description": "meet the unexpected.",
"icons": [
{
"src": "/favicon-64x64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "black",
"theme_color": "white",
"background_color": "white"
}