{
  "short_name": "Egarhub",
  "name": "Egarhub",
  "icons": [
    {
      "src": "./pwa/egarhub_icon_x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose" : "any maskable"
    },
    {
      "src": "./pwa/egarhub-favicon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./pwa/egarhub_icon_x132.png",
      "type": "image/png",
      "sizes": "132x132"
    },
    {
      "src": "./pwa/egarhub_icon_x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./pwa/egarhub_icon_x384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "./pwa/egarhub_icon_x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0f5ef7",
  "background_color": "#0f5ef7"
}