{
  "name": "Pokémon Legends Z-A Dex Tracker - Complete Pokédex & Collection Manager",
  "short_name": "LZA Dex Tracker",
  "description": "Track all 721 Pokémon in Legends Z-A! Complete Pokédex tracker with shiny hunting, alpha variants, forms, genders, Wild Zones explorer, giveaway manager, and 32 storage boxes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#dc2626",
  "background_color": "#f3f4f6",
  "lang": "en-US",
  "dir": "ltr",

  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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 maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],

  "categories": ["entertainment", "games", "utilities", "lifestyle"],
  "screenshots": [],

  "shortcuts": [
    {
      "name": "Pokédex",
      "short_name": "Pokédex",
      "description": "View and track your Pokédex completion",
      "url": "/pokedex",
      "icons": []
    },
    {
      "name": "Wild Zones",
      "short_name": "Wild Zones",
      "description": "Explore Pokemon spawn locations",
      "url": "/wild-zones",
      "icons": []
    },
    {
      "name": "Storage Boxes",
      "short_name": "Boxes",
      "description": "Manage your Pokemon collection",
      "url": "/boxes",
      "icons": []
    },
    {
      "name": "Giveaways",
      "short_name": "Giveaways",
      "description": "Participate in Pokemon giveaways",
      "url": "/giveaways",
      "icons": []
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}