{
  "name": "Bhayi Foni Retail Suite",
  "short_name": "Retail POS",
  "description": "Multi-location retail POS with inventory, reports, and offline support",
  "start_url": "/pos",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/assets/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "icons": []
    },
    {
      "name": "POS",
      "url": "/pos",
      "icons": []
    }
  ]
}