{
  "name": "Alexander Window Care",
  "short_name": "Window Care",
  "description": "Book a professional window clean in North Wales — pure water, streak-free, family-run.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "categories": ["business", "lifestyle", "utilities"],
  "lang": "en-GB",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Book a clean",
      "short_name": "Book",
      "description": "Quickly start a new booking",
      "url": "/booking?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Portal",
      "short_name": "Portal",
      "description": "View your bookings and loyalty points",
      "url": "/portal?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
