{
  "_comment": "Drop PNG icons (icon-192.png, icon-512.png, icon-512-maskable.png) plus favicon.ico and apple-touch-icon.png into the install root to enable PWA install with branded icons. Until those exist, the inline SVG favicon in <head> handles browser tabs.",
  "name": "Archive Film Club",
  "short_name": "Film Club",
  "description": "Discover and watch classic films from Archive.org",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0b",
  "theme_color": "#0a0a0b",
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
