{
  "name": "Visitor Management System",
  "short_name": "VMS",
  "description": "Visitor Management System - Check-in, Check-out, and Visitor Pass Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#496FD7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/site_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/site_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Quick visitor check-in",
      "url": "/check-in/create-step-one",
      "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Check Out",
      "short_name": "Check Out",
      "description": "Visitor check-out",
      "url": "/checkout",
      "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
