{
  "name": "SAILEE - Procurement & E-Commerce Platform",
  "short_name": "SAILEE",
  "description": "SAILEE is a comprehensive procurement and e-commerce platform designed for seamless business transactions, quotation management, and procurement tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/images/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/favicon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/favicon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Browse our product catalog",
      "url": "/products?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/shortcuts-products-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your orders and track shipments",
      "url": "/orders?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/shortcuts-orders-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quotation Requests",
      "short_name": "RFQ",
      "description": "Manage your request for quotations",
      "url": "/rfq?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/shortcuts-rfq-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
