{
  "name": "SereneCRM - Spa Management",
  "short_name": "SereneCRM",
  "description": "Complete spa management system with WhatsApp bot, bookings, finance, and marketing automation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A7A5E",
  "theme_color": "#1A7A5E",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View dashboard"
    },
    {
      "name": "Bookings",
      "url": "/bookings",
      "description": "View all bookings"
    },
    {
      "name": "Customers",
      "url": "/customers",
      "description": "View customers"
    }
  ]
}
