{
  "id": "/",
  "name": "Pauli Command Center — Cosmos",
  "short_name": "Cosmos",
  "description": "Talk to Hermes, route the agent fleet, inspect projects, and control the Pauli system from your phone.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0a0c10",
  "theme_color": "#0a0c10",
  "orientation": "any",
  "categories": ["productivity", "developer tools", "business"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Hermes",
      "short_name": "Hermes",
      "url": "/?voice=1"
    },
    {
      "name": "Agent Fleet",
      "short_name": "Fleet",
      "url": "/?view=grinions"
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/?view=projects"
    }
  ]
}
