{
  "name": "ES&S Business Manager",
  "short_name": "ES&S",
  "description": "Customer and site management for ES&S.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f4f7f8",
  "theme_color": "#112b3b",
  "icons": [
    {
      "src": "/esands-approved-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/esands-approved-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/esands-approved-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/customers",
      "icons": [{ "src": "/esands-approved-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sites & locations",
      "short_name": "Sites",
      "url": "/sites",
      "icons": [{ "src": "/esands-approved-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}