{
  "name": "Careveil Staff App",
  "short_name": "Staff App",
  "description": "Careveil staff mobile app — clock in/out, rota, care logs",
  "start_url": "/staff-app/",
  "scope": "/staff-app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A1628",
  "theme_color": "#0A1628",
  "categories": ["health", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='24' fill='%230A1628'/%3E%3Cpath d='M144 72a32 32 0 0 0-61.6-8A28 28 0 1 0 40 84h104a24 24 0 0 0 0-12z' fill='%2310B981'/%3E%3Cpath d='M72 104l16 16 32-32' stroke='%23fff' stroke-width='12' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock",
      "url": "/staff-app/#clock",
      "description": "Clock in for your shift"
    },
    {
      "name": "My Clients",
      "short_name": "Clients",
      "url": "/staff-app/#clients",
      "description": "View my clients today"
    }
  ]
}
