{
  "name": "LearnHub - Online Learning Platform",
  "short_name": "LearnHub",
  "description": "India's premier online learning platform for JEE, NEET, UPSC, Web Development, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Courses",
      "short_name": "Courses",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Browse Courses",
      "short_name": "Browse",
      "url": "/courses",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}
