{
  "name": "SafariTech — Security Operations",
  "short_name": "SafariTech",
  "description": "GPS time clock, patrol tracking, incident reports, scheduling, payroll and HR for security companies.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Time Clock",
      "short_name": "Clock",
      "description": "Clock in or out",
      "url": "/time-clock",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Incidents",
      "short_name": "Incidents",
      "description": "Report an incident",
      "url": "/incidents",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
