{
  "name": "ShopGrows - Billing & POS",
  "short_name": "ShopGrows",
  "description": "Hybrid offline-first billing and POS system for retail shops. Built for business growth.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "Bill",
      "description": "Create a new bill",
      "url": "/[shopId]/bills",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}