{
  "name": "BiddieVariety - Your One-Stop Shop",
  "short_name": "BiddieVariety",
  "description": "Discover amazing products across various categories at unbeatable prices",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BiddieVariety Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Products",
      "short_name": "Shop",
      "description": "Browse our product catalog",
      "url": "/products?source=pwa",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/account/orders?source=pwa",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart?source=pwa",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "96x96" }]
    }
  ],
  "scope": "/",
  "categories": ["shopping", "business", "lifestyle"],
  "lang": "en-US",
  "prefer_related_applications": false,
  "share_target": {
    "action": "/products",
    "method": "GET",
    "params": {
      "title": "search",
      "text": "search",
      "url": "search"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+biddievariety",
      "url": "/handle-protocol?url=%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}