{
  "name": "AC Studio - Premium Barbershop",
  "short_name": "AC Studio",
  "description": "Professional haircuts, beard trims, and styling services. Book your appointment online with our expert barbers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Book a new appointment",
      "url": "/book",
      "icons": [{ "src": "/logo.jpeg", "sizes": "96x96" }]
    },
    {
      "name": "View Services",
      "short_name": "Services",
      "description": "Browse our services",
      "url": "/services",
      "icons": [{ "src": "/logo.jpeg", "sizes": "96x96" }]
    }
  ]
}
