{
  "name": "PokéType Master — Pokémon Type Quiz",
  "short_name": "PokéType Master",
  "description": "The ultimate Pokémon type quiz. Practice type matchups, dual-type weaknesses, daily challenges, and a full Pokédex reference for all 9 generations.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a14",
  "theme_color": "#f7d02c",
  "orientation": "portrait-primary",
  "categories": ["games", "education"],
  "lang": "en-US",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today's daily type challenge",
      "url": "/?tab=daily"
    },
    {
      "name": "Type Chart",
      "short_name": "Chart",
      "description": "Browse the full Pokémon type chart",
      "url": "/?tab=chart"
    }
  ]
}
