{
  "name": "South Shore Behavioral Health Clinic",
  "short_name": "SSBHC",
  "description": "Mental health clinic providing comprehensive behavioral health services in Norwell & Lakeville, MA",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#136d6d",
  "background_color": "#ffffff",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "categories": ["medical", "health", "lifestyle"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "media/enhanced_image4.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "South Shore Behavioral Health Clinic Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule Appointment",
      "short_name": "Schedule",
      "description": "Schedule a new appointment",
      "url": "/contact-us.html",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "View our mental health services",
      "url": "/services-7.html",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with our clinic",
      "url": "/contact-us.html",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Call Now",
      "short_name": "Call",
      "description": "Call us directly",
      "url": "/contact-us.html",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "note_taking": {
    "new_note_url": "/"
  }
}