{
  "name": "Pokiidex",
  "short_name": "Pokiidex",
  "description": "A Pokémon app built with Vite + React",
  "theme_color": "#d10000",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": ".",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
