{
  "name": "MedAI Consent",
  "short_name": "MedAI",
  "description": "AI-powered medical consent platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Consent",
      "short_name": "New",
      "url": "/consent/new",
      "icons": [{
        "src": "/icons/shortcut-new.png",
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "Emergency",
      "short_name": "Emergency",
      "url": "/consent/emergency",
      "icons": [{
        "src": "/icons/shortcut-emergency.png",
        "sizes": "96x96",
        "type": "image/png"
      }]
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "lang": "en",
  "dir": "ltr"
}
