{
  "name": "BookingAddOn™",
  "short_name": "BookingAddOn",
  "description": "Professional appointment booking system with payment processing",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity", "medical"],

  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "User Demo",
      "short_name": "Demo",
      "description": "Try the booking system as a customer",
      "url": "/demo",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Admin Demo",
      "short_name": "Admin",
      "description": "Try the admin management interface",
      "url": "/demo/admin",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "48x48"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/logo.svg",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "BookingAddOn calendar interface"
    }
  ],

  "features": [
    "Cross Platform",
    "PWA",
    "Offline Support"
  ],

  "related_applications": [],
  "prefer_related_applications": false,

  "protocol_handlers": [
    {
      "protocol": "web+bookingaddon",
      "url": "/?booking=%s"
    }
  ]
}