{
  "name": "NCVertex Patient Portal",
  "short_name": "My Health",
  "description": "Access your health records, appointments, lab results, and queue status anytime.",
  "start_url": "/portal/dashboard",
  "scope": "/portal/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8FAFC",
  "theme_color": "#1550A0",
  "categories": ["health", "medical"],
  "lang": "en",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/ncvertex-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Queue Status",
      "url": "/portal/queue",
      "description": "Check your queue position"
    },
    {
      "name": "Appointments",
      "url": "/portal/appointments",
      "description": "View your appointments"
    },
    {
      "name": "Lab Results",
      "url": "/portal/labs",
      "description": "View your lab results"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
