{
  "id": "/",
  "name": "Hays Recruitment",
  "short_name": "Hays Recruitment",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#0a0b10",
  "background_color": "#f5f5f5",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "description": "Hays Recruitment interview scheduling PWA with custom date and compact iOS-style time picker.",
  "shortcuts": [
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "url": "./index.html",
      "description": "Open Hays Recruitment"
    }
  ]
}