{
  "name": "Kuiz Adventure MEGA - Educational Quiz Game",
  "short_name": "Kuiz MEGA",
  "description": "3+ Years of Educational Quizzes for Malaysian Primary School Students",
  "start_url": "/kuiz_game.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#667eea",
  "theme_color": "#764ba2",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["education", "games", "kids"],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Main Menu"
    },
    {
      "src": "screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Quiz Game"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Practice",
      "short_name": "Practice",
      "description": "Start Practice Mode",
      "url": "/kuiz_game.html?mode=practice",
      "icons": [{ "src": "assets/icons/practice-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Daily Quiz",
      "short_name": "Daily",
      "url": "/kuiz_game.html?mode=daily",
      "icons": [{ "src": "assets/icons/daily-icon.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
