FieldOps/apps/operator-pwa/public/manifest.webmanifest
2026-05-16 12:02:15 +01:00

31 lines
639 B
JSON

{
"name": "FieldOps Operator",
"short_name": "FieldOps",
"description": "Industrial operator console.",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"orientation": "any",
"icons": [
{
"src": "/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-maskable.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}