{
  "name": "EasyBookMySpot",
  "short_name": "EasyBookMySpot",
  "description": "Professional booking management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New booking",
      "url": "/bookings",
      "description": "Create a new booking"
    },
    {
      "name": "Calendar",
      "url": "/calendar",
      "description": "View the booking calendar"
    }
  ]
}
