{
  "name": "Veelo Operator Console",
  "short_name": "Veelo",
  "description": "Central operator surface for the Veelo agent runtime",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer"],
  "shortcuts": [
    { "name": "Workspace",  "url": "/workspace",  "description": "NL intake composer" },
    { "name": "Chat",       "url": "/chat",        "description": "Multi-turn agent chat" },
    { "name": "Runs",       "url": "/runs",        "description": "Execution run history" }
  ]
}
