einstellungen: Arcane-Link erst, wenn die Adresse bekannt ist; frontend: dist gebaut (Oberflaeche v4)

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-09-25 10:13:29 +02:00
co-authored by Claude Opus 5.5
parent ff95f3f997
commit 85400453c2
45 changed files with 123 additions and 86 deletions
+19 -3
View File
@@ -3,7 +3,23 @@
"short_name": "Orchestrator",
"start_url": "/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#0d1117",
"icons": []
"background_color": "#0e1012",
"theme_color": "#0e1012",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}