{
  "name": "ClinicalTrialAgent",
  "short_name": "CTA",
  "description": "AI-assisted clinical trial pre-screening, eligibility matching, and patient follow-up.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f7fb",
  "theme_color": "#115e8f",
  "orientation": "any",
  "lang": "en-US",
  "categories": ["health", "medical", "business"],
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Screening",
      "short_name": "Screening",
      "url": "/screening",
      "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
