{
  "name": "Scan4Med - Emergency Medical Information",
  "short_name": "Scan4Med",
  "description": "Emergency medical information system with QR code access",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": []
    },
    {
      "name": "View Profile",
      "short_name": "Profile",
      "description": "View your medical profile",
      "url": "/dashboard",
      "icons": []
    }
  ]
}
