{
  "name": "WebCart - Digital Products Marketplace",
  "short_name": "WebCart",
  "description": "Sell and buy digital products. Earn commissions as an affiliate. Join the WebCart community of creators and entrepreneurs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/assests/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assests/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "/assests/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/assests/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "View Products",
      "short_name": "Products",
      "description": "Browse digital products",
      "url": "/products?source=pwa",
      "icons": [
        {
          "src": "/assests/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Join Affiliate Program",
      "short_name": "Affiliate",
      "description": "Earn commissions as an affiliate",
      "url": "/affiliate?source=pwa",
      "icons": [
        {
          "src": "/assests/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
