init logo

This commit is contained in:
2026-06-17 11:54:56 +02:00
parent 40e20c8c16
commit 3aadcbec43
16 changed files with 198 additions and 18 deletions

View File

@@ -8,6 +8,8 @@
"background_color": "#09090b",
"theme_color": "#09090b",
"icons": [
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}