{
  "id": "/?source=pwa",
  "name": "Rizarv Partner — Salon Management",
  "short_name": "Rizarv Partner",
  "description": "All-in-one salon management app for bookings, POS billing, staff, payroll, CRM, and analytics.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#111827",
  "theme_color": "#111827",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon.jpeg",
      "sizes": "64x64",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar Scheduler",
      "short_name": "Calendar",
      "description": "View salon appointments schedule",
      "url": "/bookingschedular",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "POS Billing & Checkout",
      "short_name": "POS Sale",
      "description": "Open retail counter billing",
      "url": "/billing",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "WhatsApp Inbox",
      "short_name": "Chat",
      "description": "Open customer WhatsApp chat",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Client CRM",
      "short_name": "Clients",
      "description": "Manage customer loyalty and history",
      "url": "/crm",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
