{
  "name": "Mathagram — Learn Math & Science",
  "short_name": "Mathagram",
  "version": "0.1.0",
  "description": "Free interactive learning platform for math, science, languages, and more. Duolingo-style lessons with AI voice characters. Early Prototype.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#00e5c8",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/lighthouse/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["education", "books"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Courses",
      "url": "/courses.html",
      "description": "Browse all courses"
    },
    {
      "name": "Leaderboard",
      "url": "/leaderboard.html",
      "description": "View XP rankings"
    }
  ]
}
