{
  "name": "Salon OS · Spa31",
  "short_name": "Spa31",
  "description": "Book appointments, track loyalty points, and manage your spa visit history.",
  "start_url": "/client-portal.html",
  "display": "standalone",
  "background_color": "#080a0f",
  "theme_color": "#d4af37",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Book Now",
      "short_name": "Book",
      "description": "Book a new appointment",
      "url": "/book.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Points",
      "short_name": "Points",
      "description": "View loyalty points",
      "url": "/client-portal.html#loyalty",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "categories": ["health", "lifestyle", "beauty"]
}
