{
  "name": "TillFlow",
  "short_name": "TillFlow",
  "description": "Sales made simple. The complete point of sale system with inventory management, accounting, and offline support.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#1E40AF",
  "orientation": "any",
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Open the POS terminal",
      "url": "/pos"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business dashboard",
      "url": "/reports/dashboard"
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View advanced analytics",
      "url": "/reports/analytics"
    }
  ],
  "icons": [
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}