{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Glow Up Bookings",
  "short_name": "GU Bookings",
  "id": "/bookings/",
  "start_url": "/bookings/",
  "scope": "/bookings/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FDF7F4",
  "theme_color": "#D0402A",
  "description": "Glow Up Bookings - tablet POS for beauty & wellness merchants. Manage walk-ins, KDS, checkout, calendar.",
  "lang": "en",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/bookings/icon-v7-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/bookings/icon-v7-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/bookings/icon-v7-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's bookings",
      "short_name": "Today",
      "url": "/bookings/",
      "description": "Jump straight to the KDS rail",
      "icons": [{ "src": "/bookings/icon-v7-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/bookings/calendar",
      "description": "Open the calendar view",
      "icons": [{ "src": "/bookings/icon-v7-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Add booking",
      "short_name": "Add",
      "url": "/bookings/?new=1",
      "description": "Start a new booking",
      "icons": [{ "src": "/bookings/icon-v7-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
