{
  "name": "Quiz",
  "description": "Quiz app",
  "id": "/",
  "prefer_related_applications": false,
  "version": "3.0",
  "display": "standalone",
  "start_url": "/",
  "short_name": "Quiz",
  "theme_color": "#00324d",
  "app": {
    "urls": ["/"],
    "launch": {
      "web_url": "/"
    }
  },
  "icons": [
    {
      "src": "img/icons/512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "img/icons/192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "img/icons/1024.png",
      "type": "image/png",
      "sizes": "1024x1024"
    }
  ]
}
