{
  "name": "FreshGrocer",
  "short_name": "FreshGrocer",
  "description": "Premium fresh groceries delivered to your door",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fdf9",
  "theme_color": "#1a6b3c",
  "orientation": "portrait-primary",
  "categories": ["shopping", "food"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Now",
      "url": "/shop",
      "description": "Browse all products"
    },
    {
      "name": "My Cart",
      "url": "/cart",
      "description": "View your shopping cart"
    }
  ]
}
