{
  "name": "Parts Market",
  "short_name": "Parts Market",
  "description": "Automotive wholesale spare parts ordering platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#962731",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Browse the product catalog",
      "url": "/products"
    },
    {
      "name": "Quick Order",
      "short_name": "Quick Order",
      "description": "Place a quick order",
      "url": "/quick-orders"
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your cart",
      "url": "/cart"
    },
    {
      "name": "Recent Orders",
      "short_name": "Orders",
      "description": "View recent orders",
      "url": "/orders"
    }
  ]
}
