{
  "name": "Veeby",
  "short_name": "Veeby",
  "description": "Booking and diary management for solo mobile hairdressers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF7F4",
  "theme_color": "#2C1810",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Calendar",
      "url": "/calendar",
      "description": "View your appointments"
    },
    {
      "name": "Add Booking",
      "url": "/quick-book",
      "description": "Create a new booking"
    }
  ]
}
