{
  "name": "myaccount",
  "short_name": "myaccount",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#55c8ea",
  "description": "myaccount customer experience portal",
  "lang": "en-UK",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image\/png",
      "density": "4.0"
    },
    {
      "src": "./android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image\/png",
      "density": "4.0"
    }
  ]
}