{
  "name": "CourseHub - Free Online Courses from Harvard, MIT, Stanford & Google",
  "short_name": "CourseHub",
  "description": "Access 175+ free online courses from Harvard, MIT, Stanford, Google & more. Learn AI, programming, data science, business & design. Earn free certificates.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFBFD",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Browse Courses",
      "short_name": "Courses",
      "description": "Browse all free courses",
      "url": "/catalog",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Learning Paths",
      "short_name": "Paths",
      "description": "Career learning paths",
      "url": "/paths",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
