{
  "name": "Tychr \u2014 IB Learning Platform",
  "short_name": "Tychr",
  "description": "Live IB tutoring, test series, and AI-powered learning",
  "start_url": "/dashboard/student",
  "display": "standalone",
  "background_color": "#0d2445",
  "theme_color": "#0d2445",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Classrooms",
      "url": "/dashboard/student/my-classrooms",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Test Series",
      "url": "/dashboard/student/tests",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}