{
  "name": "ClipWise",
  "short_name": "ClipWise",
  "description": "Barbershop management and booking platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#C9A84C",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "url": "/shops",
      "description": "Browse and book barbershops"
    },
    {
      "name": "My Bookings",
      "url": "/my-bookings",
      "description": "View your appointments"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Manage your shop"
    }
  ]
}
