{
  "name": "Face Clock-In Prototype",
  "short_name": "ClockIn",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b1020",
  "theme_color": "#0b1020",
  "description": "Prototype PWA for face-based clock-in/out: match live camera to captured reference photos (face-api.js) + optional capture upload.",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}