{
  "name": "Pokémon FRLG Dex Tracker",
  "short_name": "FRLG Tracker",
  "description": "Complete Pokémon FireRed & LeafGreen Pokédex Tracker — Track all 151 Kanto Pokémon with shiny hunting, route explorer, gym badges, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fef2f2",
  "theme_color": "#dc2626",
  "orientation": "any",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ]
}
