Files
fleet-control-console/manifest.json
2026-04-19 16:12:24 +02:00

16 lines
286 B
JSON

{
"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"
}
]
}