{
  "name": "QuizTech - Play & Win Real Money",
  "short_name": "QuizTech",
  "description": "Play quizzes, earn credits, win real cash rewards!",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    { "src": "assets/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["games", "entertainment", "education"],
  "shortcuts": [
    { "name": "Play Quiz", "url": "/pages/home.html", "description": "Start playing now" },
    { "name": "Rewards", "url": "/pages/rewards.html", "description": "Earn and withdraw" }
  ]
}