{
  "name": "ZED CBT - Computer Based Testing",
  "short_name": "ZED CBT",
  "description": "Offline-capable CBT platform for schools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/images/Favicon%20.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/Favicon%20.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/Favicon%20.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Test",
      "short_name": "Test",
      "description": "Start taking a CBT test",
      "url": "/school-cbt",
      "icons": [
        {
          "src": "/images/Favicon%20.png",
          "sizes": "384x384"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/Favicon%20.png",
          "sizes": "384x384"
        }
      ]
    }
  ],
  "categories": [
    "education",
    "productivity"
  ],
  "lang": "en",
  "prefer_related_applications": false
}