{
  "short_name": "Bodhitree",
  "name": "Bodhitree: Interactive Learning Platform",
  "description": "An online learning platform from IIT Bombay providing accessible quality technical education through personalized, flexible, and hands-on learning",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#006400",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["education", "learning", "technical"],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "My Courses",
      "short_name": "Courses",
      "description": "View your enrolled courses",
      "url": "/my-courses",
      "icons": [{ "src": "course-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Practice Problems",
      "short_name": "Practice",
      "description": "Access practice problems",
      "url": "/practice",
      "icons": [{ "src": "practice-icon.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=in.cse.iitb.bodhitree",
      "id": "in.cse.iitb.bodhitree"
    }
  ],
  "prefer_related_applications": false
}