{
  "id": "/",
  "short_name": "CityFreshKart",
  "name": "CityFreshKart | Fresh Grocery",
  "description": "Fresh groceries delivered fast.",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192x192-white.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-white.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#006C49",
  "background_color": "#ffffff",
  "categories": ["shopping", "food"],
  "shortcuts": [
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/",
      "icons": [{ "src": "/icons/shortcut-products-white.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "url": "/cart",
      "icons": [{ "src": "/icons/shortcut-cart-white.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}