{
  "name": "Maestro 101",
  "short_name": "Maestro 101",
  "description": "Master mathematics with interactive lessons, practice problems, and achievements. Learn from basic math to calculus.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "kids", "productivity"],
  "screenshots": [
    {
      "src": "/splash-screen.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/maestro-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Games",
      "short_name": "Games",
      "description": "Fun math practice games",
      "url": "/math-games",
      "icons": [{ "src": "/maestro-icon.png", "sizes": "1024x1024" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Progress",
      "description": "View your learning progress",
      "url": "/dashboard",
      "icons": [{ "src": "/maestro-icon.png", "sizes": "1024x1024" }]
    }
  ]
}
