{
  "name": "SmartFace Register",
  "short_name": "SmartFace",
  "description": "Attendance management with facial recognition and GPS geolocation",
  "start_url": "home",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "en",
  "scope": "/",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
