{
  "name": "QDora - Premium Imitation Jewellery",
  "short_name": "QDora",
  "description": "Shop premium quality imitation jewellery online - Earrings, Necklaces, Bridal Sets & more",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en-IN",
  "dir": "ltr",
  "theme_color": "#800020",
  "background_color": "#ffffff",
  "categories": ["shopping", "fashion", "lifestyle"],
  "icons": [
    {
      "src": "/favicon_io/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon_io/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/favicon_io/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon_io/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Arrivals",
      "url": "/products?sort=newest",
      "description": "Browse our latest jewelry collections"
    },
    {
      "name": "Best Sellers",
      "url": "/products?sort=popular",
      "description": "Most popular jewelry items"
    },
    {
      "name": "Track Order",
      "url": "/track-order",
      "description": "Track your order status"
    },
    {
      "name": "Wishlist",
      "url": "/wishlist",
      "description": "View your saved items"
    }
  ]
}