{
  "name": "Cogito",
  "short_name": "Cogito",
  "description": "Your private, customer-owned system of record for coding-agent work.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#030805",
  "theme_color": "#030805",
  "orientation": "any",
  "categories": ["developer", "productivity"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ]
}
