{
  "name": "gent2",
  "short_name": "gent2",
  "start_url": "/chat",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#0f172a",
  "description": "PWA manifest for gent2. Icons currently reuse /favicon.ico; add dedicated 192x192 and 512x512 PNGs when available.",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+gent2",
      "url": "/handle-link?url=%s"
    }
  ]
}
