{
  "name": "Xyrom OS Operator",
  "short_name": "XyromOS",
  "description": "Fleet monitoring and control for XyromOS robots",
  "start_url": "/app/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0078FF",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {"src": "/app/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable"},
    {"src": "/app/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {"name": "Fleet Dashboard", "url": "/app/#dashboard", "description": "View robot fleet"},
    {"name": "Emergency Stop", "url": "/app/#estop", "description": "Emergency stop all robots"}
  ]
}
