{
  "name": "Chitocal",
  "short_name": "Chitocal",
  "description": "Chitocal is a weight loss supplement made from natural ingredients.",
  "start_url": "/en",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#26ADF3",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "food",
    "beverage",
    "shopping",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-dark-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop All Flavors",
      "short_name": "Products",
      "description": "Browse all GiGi Energy flavors",
      "url": "/en/products",
      "icons": [
        {
          "src": "/icon-light-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Shopping Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/en/cart",
      "icons": [
        {
          "src": "/icon-light-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Manage your account, orders, and wishlist",
      "url": "/en/account",
      "icons": [
        {
          "src": "/icon-light-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}