{
  "name": "Smithy's Natural Blend",
  "short_name": "Smithy's",
  "description": "Fresh Belizean natural blends and wellness essentials.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff8e8",
  "theme_color": "#1c7c44",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "url": "/products"
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "url": "/cart"
    }
  ]
}