{
  "name": "RupaLoka Attendance System",
  "short_name": "RupaLoka",
  "description": "Progressive Web App Attendance System with Geofencing and Face Recognition.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0f1d",
  "theme_color": "#2563eb",
  "status_bar": "black-translucent",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
