{
  "name": "BADDAS - The Identity Platform",
  "short_name": "BADDAS",
  "description": "Biometric Anonymous Data-Driven Authentication System - Secure genomic data anonymization with blockchain-verified integrity",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0066CC",
  "theme_color": "#0066CC",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["healthcare", "medical", "security"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Patient Portal",
      "short_name": "Patient",
      "description": "Access your genomic records",
      "url": "/patient",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Healthcare Provider Portal",
      "short_name": "Provider",
      "description": "Access patient records",
      "url": "/physician",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}

