{
  "name": "Nellai Store",
  "short_name": "Nellai",
  "description": "Nellai Retail Management System — POS, Billing & Inventory",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E8EEF8",
  "theme_color": "#4F46E5",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "Billing",
      "description": "Open the POS billing screen",
      "url": "/billing",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    }
  ],
  "categories": ["business", "finance", "productivity"]
}
