{
  "id": "/",
  "name": "SanaWellCare",
  "short_name": "SanaWellCare",
  "description": "SanaWellCare — Clinical Nutrition & Dietetics. Manage meal plans, lab reports, and patient progress.",
  "start_url": "/my-dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0d9488",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["health", "medical"],
  "icons": [
    {
      "src": "/favicon-32x32.png?v=3",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-v3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable-v3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable-v3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/splash-2048x2048.png",
      "sizes": "2048x2048",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SanaWellCare patient portal"
    }
  ],
  "shortcuts": [
    {
      "name": "My Meal Plans",
      "short_name": "Plans",
      "description": "View your current meal plans",
      "url": "/my-plans",
      "icons": [{ "src": "/icon-192-v3.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View your health notifications",
      "url": "/my-notifications",
      "icons": [{ "src": "/icon-192-v3.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "description": "Track your health progress",
      "url": "/my-progress",
      "icons": [{ "src": "/icon-192-v3.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
