{
  "name": "Brainy Bunch Learning",
  "short_name": "Brainy Bunch",
  "description": "K-12 multi-grade learning platform with quizzes, achievements, and grade-band themes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "categories": ["education"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-dashboard.png",
      "sizes": "1080x1919",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Student dashboard with stats and Play Now"
    },
    {
      "src": "/screenshot-subjects.png",
      "sizes": "1080x1919",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Choose a subject and difficulty level"
    },
    {
      "src": "/screenshot-quiz.png",
      "sizes": "1080x1919",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Interactive quiz with multiple choice answers"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start a quiz",
      "url": "/play",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
