{
  "name": "Castillo 502 Barbershop",
  "short_name": "Castillo 502",
  "description": "Lawndale's premier barbershop. Book your cut with 11 elite barbers.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D0D0D",
  "theme_color": "#FFD700",
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "health", "beauty"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Now",
      "short_name": "Book",
      "description": "Book an appointment",
      "url": "/?tab=book",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Our Team",
      "short_name": "Team",
      "description": "Meet the barbers",
      "url": "/?tab=team",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
