{
  "short_name": "Quiz App",
  "name": "Interactive Quiz App for Kids",
  "description": "Engaging and educational quiz app for kids with fun interactive questions. Learn math, science, and more!",
  "categories": ["education", "games", "kids"],
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#4a90e2",
  "background_color": "#f8f9fa",
  "prefer_related_applications": false,
  "id": "/?source=pwa",
  "icons": [
    {
      "src": "icons/android-chrome-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "platform": "wide",
      "label": "Quiz App Screenshot"
    },
    {
      "src": "images/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Quiz App Mobile Screenshot"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Math Quiz",
      "short_name": "Math",
      "description": "Start a new math quiz",
      "url": "/quiz/math-1?source=shortcut",
      "icons": [{ "src": "/icons/math-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Leaderboard",
      "short_name": "Scores",
      "description": "View high scores",
      "url": "/scores?source=shortcut"
    },
    {
      "name": "Start New Quiz",
      "short_name": "Quiz",
      "description": "Start a new quiz session",
      "url": "/quizzes"
    }
  ]
}
