{
  "name": "corCommand",
  "short_name": "corCommand",
  "description": "Robocor operations command center for field teams.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#0b0b0b",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/RLogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/RLogo-transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Operations",
      "short_name": "Operations",
      "url": "/",
      "icons": [{ "src": "/RLogo.png", "sizes": "512x512" }]
    }
  ]
}
