{
  "name": "Paris Wine & Spirit POS",
  "short_name": "Paris Spirits",
  "description": "Complete ERP and POS system for Paris Wine & Spirit Kenya. Built by Karnel Digital.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f1ea",
  "theme_color": "#7a1f2b",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "POS",
      "short_name": "POS",
      "description": "Open Point of Sale",
      "url": "/pos"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage Products",
      "url": "/products"
    },
    {
      "name": "Sales",
      "short_name": "Sales",
      "description": "View Sales",
      "url": "/sales"
    }
  ]
}
