{
  "name": "Wine Country Connection",
  "short_name": "WCC",
  "description": "Premium wines curated by Master Sommelier Kevin Vogt",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#57243a",
  "categories": ["shopping", "food", "lifestyle"],
  "screenshots": [
    {
      "src": "/images/screenshots/desktop-shop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Wine shop on desktop"
    },
    {
      "src": "/images/screenshots/mobile-shop.png", 
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Wine shop on mobile"
    }
  ],
  "icons": [
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96", 
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-384x384.png", 
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Wine Shop",
      "short_name": "Shop",
      "description": "Browse our wine collection",
      "url": "/shop",
      "icons": [{ "src": "/images/icons/shop-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Wine Club",
      "short_name": "Club", 
      "description": "Join our wine club",
      "url": "/wine-club",
      "icons": [{ "src": "/images/icons/club-96x96.png", "sizes": "96x96" }]
    }
  ]
}