{
  "name": "OpenClaw Mission Control",
  "short_name": "OpenClaw MC",
  "description": "Ambient intelligence command hub",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f0f0f",
  "theme_color": "#f59e0b",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Voice Mode",
      "short_name": "Voice",
      "url": "/?mode=voice"
    },
    {
      "name": "Fleet Status",
      "short_name": "Fleet",
      "url": "/fleet"
    },
    {
      "name": "Vault",
      "short_name": "Vault",
      "url": "/vault"
    }
  ]
}
