{
  "name": "Cortex",
  "short_name": "Cortex",
  "description": "AI Operating System — Talk to your agents",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Talk to CEO",
      "url": "/app?agent=bucca-ceo",
      "description": "Voice conversation with your CEO agent"
    },
    {
      "name": "Mission Control",
      "url": "/dashboard/mission-control",
      "description": "Live agent activity feed"
    }
  ]
}
