{
  "name": "BSCANNED Scheduler",
  "short_name": "BScheduler",
  "description": "Smart salon scheduling powered by AI. Book appointments, manage staff, and grow your business.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0b1a",
  "theme_color": "#4c1d95",
  "categories": ["business", "productivity", "lifestyle"],
  "lang": "en-CA",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Book an appointment", "short_name": "Book", "url": "/book", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "My appointments", "short_name": "My visits", "url": "/client/appointments", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Owner dashboard", "short_name": "Admin", "url": "/admin", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
