{
  "name": "Solovi Dashboard",
  "short_name": "Solovi",
  "description": "Run your booking business from anywhere — Solovi dashboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0F172A",
  "background_color": "#F8FAFC",
  "lang": "en-GB",
  "icons": [
    { "src": "/icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "/icon-maskable.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "maskable" }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Today", "url": "/", "short_name": "Today", "description": "Today's schedule" },
    { "name": "Bookings", "url": "/bookings", "short_name": "Bookings" },
    { "name": "Calendar", "url": "/calendar", "short_name": "Calendar" },
    { "name": "Customers", "url": "/customers", "short_name": "Customers" }
  ]
}
