{
  "name": "Patrovix",
  "short_name": "Patrovix",
  "description": "Patrovix Security Workforce Management — Built for UK Security Firms",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Quick clock in",
      "url": "/time-attendance",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Shifts",
      "short_name": "Shifts",
      "description": "View my shifts",
      "url": "/schedules",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

