{
  "name": "JJK Promo Static PWA",
  "short_name": "JJK Promo",
  "description": "Cloudflare-ready static anime promo gallery with albums, characters, favorites, and offline PWA shell.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#090a10",
  "theme_color": "#090a10",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}