{
  "name": "The Care Bar - Premium Self-Care & Lifestyle Essentials",
  "short_name": "The Care Bar",
  "description": "Your trusted shop for premium facials, oral care essentials, accessories, gift sets, and importation services.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/img/logo.png",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "beauty"],
  "shortcuts": [
    {
      "name": "Shop Products",
      "short_name": "Shop",
      "description": "Browse our product collection",
      "url": "./shop.php"
    },
    {
      "name": "View Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "./cart.php"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}