{
  "name": "QuizFi \u2014 Play. Learn. Win.",
  "short_name": "QuizFi",
  "description": "Free quiz platform. Earn points, unlock rewards.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#5b5ef4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "games",
    "education",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "Daily Quiz",
      "url": "/daily.html",
      "description": "Play today's daily quiz"
    },
    {
      "name": "Leaderboard",
      "url": "/leaderboard.html",
      "description": "See top players"
    }
  ]
}