{
  "name": "RetailCliQ - Cloud POS & Retail Management Software",
  "short_name": "RetailCliQ",
  "description": "Mobile-first PWA for RetailCliQ cloud POS, billing, inventory, GST workflows, and analytics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Preview",
      "short_name": "POS",
      "description": "Open the RetailCliQ POS preview",
      "url": "/pos",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Reports Preview",
      "short_name": "Reports",
      "description": "Open the RetailCliQ reports preview",
      "url": "/reports",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Contact RetailCliQ",
      "short_name": "Contact",
      "description": "Open the RetailCliQ contact page",
      "url": "/contact",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
