{
  "name": "Pokémon Nuzlocke Tracker — Track Encounters & Prepare for Boss Battles",
  "description": "Free Pokémon Nuzlocke tracker. Log encounters, analyse team matchups, and review boss movesets and abilities across 50+ games including Radical Red, Renegade Platinum, and Emerald Kaizo.",
  "short_name": "Nuzlocke Tracker",
  "theme_color": "#ff143b",
  "background_color": "#ff143b",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/index.html",
  "icons": [
    {
      "src": "icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
