{
  "name": "UK Grocery Store — Fresh Food Delivered",
  "short_name": "UK Grocery",
  "description": "Shop fresh produce, meat, dairy, and pantry essentials online. Free delivery on orders over £40.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1B6B3A",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["shopping", "food", "grocery"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Deals",
      "short_name": "Deals",
      "description": "Check out today's best deals",
      "url": "/deals"
    },
    {
      "name": "Categories",
      "short_name": "Browse",
      "description": "Browse all categories",
      "url": "/categories"
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your orders",
      "url": "/account/orders"
    },
    {
      "name": "Smart Reorder",
      "short_name": "Reorder",
      "description": "Quickly reorder past items",
      "url": "/smart-reorder"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
