add PWA & makeup

This commit is contained in:
2026-04-19 16:12:24 +02:00
parent d01226cb5a
commit 5cc1257859
4 changed files with 62 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "Fleet Control Console",
"short_name": "Fleet C2",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}