{
  "name": "Barber Console",
  "short_name": "Barber",
  "description": "Professional barber shop management console",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    {
      "src": "images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Appointments",
      "url": "/appointments",
      "description": "View and manage appointments"
    },
    {
      "name": "Clients",
      "url": "/clients",
      "description": "Manage client information"
    }
  ]
}
