{
  "name": "desto.report",
  "short_name": "desto.report",
  "description": "desto.report",
  "icons": [
    {
      "src": "/static/img/icons/logo-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/static/img/icons/logo-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/static/img/icons/logo-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/static/img/icons/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#73CD0B",
  "serviceworker": {
    "src": "/service-worker.js",
    "scope": "/",
    "type": "",
    "update_via_cache": "none"
  }
}