{
  "name": "Dentle Patient Portal",
  "short_name": "Dentle",
  "description": "Access your dental health records, appointments, and communicate with your dental clinic",
  "start_url": "/portal",
  "scope": "/portal",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0D9488",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Schedule a new dental appointment",
      "url": "/portal/appointments/book"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View your messages",
      "url": "/portal/messages"
    },
    {
      "name": "Pay Bill",
      "short_name": "Billing",
      "description": "View and pay bills",
      "url": "/portal/billing"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/portal/messages/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "subject",
      "text": "message",
      "files": [
        {
          "name": "attachments",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}
