{
  "name": "Tekscrum Attendance & HR",
  "short_name": "Tekscrum",
  "description": "Secure Workplace Attendance Management & Live QR Geofencing Portal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#070F18",
  "theme_color": "#00D2B4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Open live scanner to check in or out",
      "url": "/dashboard/scan",
      "icons": [{ "src": "/icon-512.svg", "sizes": "192x192" }]
    },
    {
      "name": "Employee History",
      "short_name": "History",
      "description": "View past attendance records",
      "url": "/dashboard/history",
      "icons": [{ "src": "/icon-512.svg", "sizes": "192x192" }]
    }
  ]
}
