{
  "name": "United Care Pharmacy",
  "short_name": "UCP Pharmacy",
  "description": "Fast refills, local delivery, and personalized pharmacy care in Brooklyn, NY",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f2557",
  "background_color": "#ffffff",
  "categories": ["medical", "healthcare"],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Request Refill",
      "short_name": "Refill",
      "description": "Request a prescription refill",
      "url": "/refill",
      "icons": [
        {
          "src": "/images/icon-refill-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Schedule Delivery",
      "short_name": "Delivery",
      "description": "Schedule free delivery",
      "url": "/delivery",
      "icons": [
        {
          "src": "/images/icon-delivery-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Contact the pharmacy",
      "url": "/contact",
      "icons": [
        {
          "src": "/images/icon-contact-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
