{
  "name": "DrSync - Healthcare Appointment Management",
  "short_name": "DrSync",
  "description": "Comprehensive healthcare appointment management solution with WhatsApp automation and offline capabilities",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "medical", "productivity", "business"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DrSync Dashboard - Desktop View"
    },
    {
      "src": "/screenshots/mobile-narrow.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DrSync Mobile - Appointment Scheduling"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "New Appointment",
      "description": "Create a new patient appointment",
      "url": "/dashboard/appointments/new",
      "icons": [
        {
          "src": "/icons/shortcut-new-appointment.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Patient Search",
      "short_name": "Search",
      "description": "Search for patients and appointments",
      "url": "/dashboard/patients/search",
      "icons": [
        {
          "src": "/icons/shortcut-search.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Today",
      "description": "View today's appointment schedule",
      "url": "/dashboard/appointments/today",
      "icons": [
        {
          "src": "/icons/shortcut-today.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "WhatsApp Messages",
      "short_name": "Messages",
      "description": "Manage WhatsApp communications",
      "url": "/dashboard/communications/whatsapp",
      "icons": [
        {
          "src": "/icons/shortcut-whatsapp.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "/dashboard/patients/call?phone=%s"
    },
    {
      "protocol": "sms",
      "url": "/dashboard/communications/sms?phone=%s"
    }
  ],
  "share_target": {
    "action": "/dashboard/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}