{
  "name": "Workplace Reporting",
  "short_name": "Workplace",
  "description": "Absence management for hospitality businesses. The day, certified.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0D3A2A",
  "background_color": "#0D3A2A",
  "scope": "/",
  "lang": "en-GB",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Absences",
      "short_name": "Absences",
      "description": "View current absences",
      "url": "/?page=absences",
      "icons": [
        {
          "src": "/icon-180.png",
          "sizes": "180x180"
        }
      ]
    },
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "View active alerts",
      "url": "/?page=alerts",
      "icons": [
        {
          "src": "/icon-180.png",
          "sizes": "180x180"
        }
      ]
    }
  ]
}