{
  "name": "Brain — Mission Control",
  "short_name": "Brain",
  "description": "Personal mission control — chat with Claude Code on the home Mac",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New chat", "url": "/chat?new=1" },
    { "name": "Runs", "url": "/runs" },
    { "name": "Inbox capture", "url": "/inbox" }
  ]
}
