{
  "name": "QuizMaster — Test Your Knowledge",
  "short_name": "QuizMaster",
  "description": "Test your knowledge across 6 categories. Play daily challenges, survival mode, and compete on the leaderboard!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0a1e",
  "theme_color": "#0f0a1e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "games", "entertainment"],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Jump into a quiz",
      "url": "/categories",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Today's daily challenge",
      "url": "/categories",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
