{
  "name": "BH Beauty Salon",
  "short_name": "BH Beauty",
  "description": "Professional beauty and hair salon services",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5EDE6",
  "theme_color": "#c89b8c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "beauty"],
  "shortcuts": [
    {
      "name": "Book Now",
      "url": "/booking.php",
      "description": "Book an appointment"
    },
    {
      "name": "Our Services",
      "url": "/services.php",
      "description": "View our services"
    },
    {
      "name": "Contact Us",
      "url": "/contact.php",
      "description": "Get in touch"
    }
  ]
}
