{
  "name": "BizSense POS",
  "short_name": "BizSense",
  "description": "Shop management dashboard — sales, reports, customers and inventory.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#007AFF",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "lang": "en",
  "icons": [
    { "src": "/icon-32.png",  "sizes": "32x32",   "type": "image/png" },
    { "src": "/icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "https://i.ibb.co/n8jGVxnR/imagethumb.jpg",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "BizSense POS Dashboard"
    }
  ],
  "shortcuts": [
    { "name": "Sales",     "url": "/sales",     "description": "View sales history" },
    { "name": "Reports",   "url": "/reports",   "description": "View reports" },
    { "name": "Customers", "url": "/customers", "description": "Manage customers" }
  ]
}
