{
  "name": "KVT Jewellers",
  "short_name": "KVT Jewellers",
  "description": "Premium gold and silver jewelry, coins, and bullion in Malaysia",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#521540",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/app.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/app.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/app.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Rates",
      "short_name": "Rates",
      "description": "View current gold and silver prices",
      "url": "/live-rate",
      "icons": [{ "src": "/app.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Browse our product catalog",
      "url": "/products",
      "icons": [{ "src": "/app.jpg", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/account/orders",
      "icons": [{ "src": "/app.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [{ "src": "/app.jpg", "sizes": "192x192" }]
    }
  ]
}

