{
  "name": "ITSA - Intelligent Treatment Sequencing",
  "short_name": "ITSA",
  "description": "Your personalized wellness companion. Book appointments, message your care team, and track your wellness journey on the go.",
  "theme_color": "#0d9488",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/portal",
  "id": "/portal",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Portal",
      "short_name": "Portal",
      "description": "Access your wellness portal",
      "url": "/portal",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Schedule a new appointment",
      "url": "/",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    }
  ]
}
