{
  "name": "Quiz 'Em All - Metal Quiz",
  "short_name": "QuizEmAll",
  "description": "Le quiz ultime pour les fans de Metal. Testez vos connaissances, débloquez des anecdotes et devenez une légende.",
  "start_url": "index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#d32f2f",
  "orientation": "portrait",
  "categories": ["entertainment", "games", "music"],
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/576/576512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/576/576512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}