{
  "short_name": "IBeADS PWA",
  "name": "IB eAssessment PWA",
  "id": "ibeadspwa",
  "start_url": "/#/pwa-start",
"icons": [
    {
      "src": "/pwa-images/icons-vector.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    },
    {
      "src": "/pwa-images/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "file_handlers": [
    {
      "action": "/index.html#/pwa-start",
      "accept": {
        "application/ibeassessment": [".ibassessment"],
        "application/ibeassessment2": [".ibtest"]
      }
    }
  ],
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "description": "IBeADs PWA"
}
