{
  "name": "Anox Clean It — Premium Commercial Cleaning",
  "short_name": "Anox Clean It",
  "description": "Book premium commercial cleaning services, manage your account, and track your bookings — all from the Anox Clean It app.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#011E38",
  "theme_color": "#011E38",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Consultation",
      "short_name": "Book",
      "description": "Book a free cleaning consultation",
      "url": "/index.html#booking",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Client Portal",
      "short_name": "Portal",
      "description": "Access your client dashboard",
      "url": "/index.html#client-portal",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
