{
  "name": "CartPool - Smart Shopping Assistant",
  "short_name": "CartPool",
  "description": "AI-powered shopping assistant that helps you manage carts across multiple websites",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["shopping", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/icons/icon-144x144.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Wishlists",
      "short_name": "Wishlists",
      "description": "View your wishlists",
      "url": "/wishlists",
      "icons": [
        {
          "src": "/icons/icon-144x144.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Order History",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/orders",
      "icons": [
        {
          "src": "/icons/icon-144x144.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}




