{
  "name": "BookerAI",
  "short_name": "BookerAI",
  "description": "The professional booking platform for barbers, stylists, and beauty pros.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/static/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your appointments"
    },
    {
      "name": "My Profile",
      "url": "/profile",
      "description": "Edit your booking page"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-US"
}
