{
  "name": "Physela",
  "short_name": "Physela",
  "description": "Hospital appointments made simple. Book, pay, and manage your care in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0C5C4A",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book appointment",
      "short_name": "Book",
      "description": "Find a doctor and book an appointment",
      "url": "/patient/book",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My appointments",
      "short_name": "Appointments",
      "description": "View your upcoming appointments",
      "url": "/patient/appointments",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
