{
  "name": "Training Conecct App",
  "short_name": "ConecctApp",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "start_url": "/",
  "appleTouchIcon": "./assets/images/icon.png",
  "viewport": "width=device-width, initial-scale=1, viewport-fit=cover",
  "icons": [
    {
      "src": "./favicon.ico",
      "sizes": "32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./icon.png",
      "type": "image/png",
      "sizes": "691x691 120x120 152x152 167x167 180x180 80x80 58x58 76x76"
    },
    {
      "src": "./icon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./icon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}