{
  "name": "ShiftBoss",
  "short_name": "ShiftBoss",
  "description": "Shift management, rota, clock in/out and tips for hospitality teams",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F1829",
  "theme_color": "#0D9488",
  "lang": "en-GB",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Go straight to clock in",
      "url": "/?tab=home",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Rota",
      "short_name": "Rota",
      "description": "View this week's rota",
      "url": "/?tab=rota",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
