{
  "_comment": "TODO(phase-2): icons below reference SVG only. Modern browsers (Chrome, Edge, Samsung Internet) accept SVG for PWA install, but the Play Store and some older PWA install flows prefer rasterized 192x192 and 512x512 PNGs. Generate real PNG variants before first Play Store release or when the Lighthouse PWA audit flags it.",
  "name": "DeepBlunder - AI Chess Analysis",
  "short_name": "DeepBlunder",
  "description": "Analyze chess games with Stockfish 18 and AI coaching",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#0ea5e9",
  "categories": ["games", "education"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-foreground.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-foreground.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
