{
  "name": "Xuuri Merchant",
  "short_name": "Xuuri",
  "description": "Merchant workspace for managing bookings, services, team operations, and onboarding on Xuuri. Works offline once setup is complete.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#5544dc",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "lang": "en-UG",
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/schedule",
      "description": "Open the calendar"
    },
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "url": "/bookings",
      "description": "View bookings"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/customers",
      "description": "View customers"
    }
  ]
}
