
{
  "name": "Sri Guru Jewellers",
  "short_name": "SGJ",
  "description": "Premium jewelry shopping with payment schemes and virtual try-on",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a1a",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Collection",
      "short_name": "Shop",
      "description": "View our premium jewelry collection",
      "url": "/shop",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    },
    {
      "name": "Payment Schemes",
      "short_name": "Schemes",
      "description": "Manage your payment schemes",
      "url": "/scheme/dashboard",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    },
    {
      "name": "Shopping Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [{ "src": "/vite.svg", "sizes": "192x192" }]
    }
  ]
}
