{
  "name": "Sakhi-Setu",
  "short_name": "Sakhi-Setu",
  "description": "Premium rural e-commerce marketplace for authentic village products and SHG goods",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9f7f4",
  "theme_color": "#1e5631",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-mark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "food"],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Catalog",
      "description": "Browse our full product catalog",
      "url": "/catalog",
      "icons": [
        {
          "src": "/apple-icon.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/apple-icon.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    }
  ]
}
