{
  "name": "Pokemon Random - Random Pokemon Generator",
  "short_name": "PokemonRandom",
  "description": "Free random Pokemon generator with team builder, type wheel, and guess game",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fef3c7",
  "theme_color": "#ef4444",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "games"],
  "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"
    }
  ]
}
