{
  "name": "ClinicalAI — Physician Decision Support",
  "short_name": "ClinicalAI",
  "description": "AI-powered clinical decision support: drug monographs, lab interpretation, dose adjustment, calculators, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["medical", "health", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='36' fill='%232563eb'/><rect x='84' y='32' width='24' height='128' rx='12' fill='white'/><rect x='32' y='84' width='128' height='24' rx='12' fill='white'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='96' fill='%232563eb'/><rect x='224' y='80' width='64' height='352' rx='32' fill='white'/><rect x='80' y='224' width='352' height='64' rx='32' fill='white'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Consult",
      "short_name": "Consult",
      "url": "/clinical"
    },
    {
      "name": "Drug Monograph",
      "short_name": "Drug Info",
      "url": "/drug-monograph"
    },
    {
      "name": "Lab Interpreter",
      "short_name": "Labs",
      "url": "/lab-interpreter"
    },
    {
      "name": "Calculators",
      "short_name": "Calc",
      "url": "/calculators"
    }
  ],
  "prefer_related_applications": false
}
