{
  "name": "Quiz Pokémon - Mon Pokédex",
  "short_name": "Pokédex Quiz",
  "description": "Quiz Pokémon interactif pour enfants avec collection de badges",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#FFD93D",
  "theme_color": "#6BCB77",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["education", "games", "kids"],
  "lang": "fr",
  "dir": "ltr",
  "scope": "./",
  "prefer_related_applications": false
}
