{
  "name": "Speakeasy Wellness",
  "short_name": "Speakeasy Wellness",
  "description": "Luxury med spa and wellness clinic in Ancaster, Ontario offering Botox, fillers, facials, laser hair removal, body contouring, and aesthetic treatments.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#000000",
  "lang": "en-CA",
  "dir": "ltr",
  "categories": ["health", "beauty", "lifestyle", "medical"],

  "icons": [
    {
      "src": "/imgs/favicon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/imgs/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/imgs/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/imgs/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "/imgs/banner.jpeg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Speakeasy Wellness - Luxury Med Spa in Ancaster"
    },
    {
      "src": "/imgs/services.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Aesthetic and Wellness Services at Speakeasy Wellness"
    }
  ],

  "shortcuts": [
    {
      "name": "Book Now",
      "short_name": "Book",
      "description": "Book an appointment at Speakeasy Wellness",
      "url": "https://www.fresha.com/a/speakeasy-med-spa-hamilton-370-wilson-street-east-vt8rg0ps",
      "icons": [{ "src": "/imgs/favicon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Injectables",
      "short_name": "Injectables",
      "description": "View Botox and injectable treatments",
      "url": "/Injectables.html",
      "icons": [{ "src": "/imgs/favicon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Contact Speakeasy Wellness",
      "url": "/Contact.html",
      "icons": [{ "src": "/imgs/favicon-96.png", "sizes": "96x96" }]
    }
  ],

  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://speakeasywellness.ca/manifest.json"
    }
  ],

  "prefer_related_applications": false
}