{
  "name": "QuizRush",
  "short_name": "QuizRush",
  "description": "Answer • Run • Survive",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a0a2a",
  "theme_color": "#00ffff",
  "icons": [
    {
      "src": "/icons/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/icons/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ]
}