frontend/public/manifest.json aktualisiert

This commit is contained in:
2026-05-25 15:57:59 +02:00
parent b12b854912
commit c7015ee278

View File

@@ -0,0 +1,14 @@
{
"name": "Dicken Dock",
"short_name": "DickenDock",
"description": "Dein modulares Tool-Dashboard",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0d0d0f",
"theme_color": "#0d0d0f",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}