{
  "name": "Olives Afro-Caribbean Shop",
  "short_name": "Olives Shop",
  "description": "Authentic Afro-Caribbean groceries, spices, snacks and beauty products delivered across the UK.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1B5E3F",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["shopping", "food"],
  "icons": [
    {
      "src": "/assets/images/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/favicon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Shop All",
      "short_name": "Shop",
      "description": "Browse all products",
      "url": "/pages/shop.php",
      "icons": [{ "src": "/assets/images/favicon-32.png", "sizes": "32x32" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/pages/cart.php",
      "icons": [{ "src": "/assets/images/favicon-32.png", "sizes": "32x32" }]
    }
  ]
}
