{
  "name": "June Dental Portal",
  "short_name": "June Dental",
  "description": "Patient portal — appointments, billing, treatment plans, messaging",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5EDDF",
  "theme_color": "#1C2F4A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical"],
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages/thread",
      "description": "Message your practice"
    },
    {
      "name": "Pay Bill",
      "short_name": "Pay",
      "url": "/billing",
      "description": "View balance and pay your bill"
    },
    {
      "name": "Appointments",
      "short_name": "Appts",
      "url": "/appointments",
      "description": "View and schedule appointments"
    }
  ]
}
