Files
mission-control-v2/frontend/dist/manifest.webmanifest
T

26 lines
478 B
JSON

{
"name": "Homelab Orchestrator",
"short_name": "Orchestrator",
"start_url": "/",
"display": "standalone",
"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"
}
]
}