{
  "name": "Carries Super Mall",
  "short_name": "Carries",
  "description": "Shop groceries, electronics, clothing, and more at unbeatable prices with same-day delivery.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1170d4",
  "background_color": "#f5f7fa",
  "categories": ["shopping", "food"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Groceries",
      "short_name": "Groceries",
      "url": "/category/groceries",
      "description": "Shop fresh groceries"
    },
    {
      "name": "Electronics",
      "short_name": "Electronics",
      "url": "/category/electronics",
      "description": "Shop electronics deals"
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "url": "/cart",
      "description": "View your cart"
    }
  ]
}
