{
  "name": "bensoda-opera",
  "short_name": "bensoda-opera",
  "description": "An application to manage orders bensoda Store",
  "start_url": "/operateur/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
     "src": "/mycontent/plugins/my-custom-plugin/includes/image/icon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/mycontent/plugins/my-custom-plugin/includes/image/icon512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "serviceworker": {
    "src": "/service-worker.js",
    "scope": "/",
    "update_via_cache": "none"
  }

}
