{
  "id": "/?source=pwa",
  "name": "Elite Emporium — Premium Shopping",
  "short_name": "Elite Emporium",
  "description": "Premium Online Store — Bags, Watches, Perfumes, Fashion & Gifts from Kayalpattinam, Tamil Nadu. GST-registered. Free delivery above ₹499.",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#F1F3F6",
  "theme_color": "#DB3022",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-IN",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "business"],
  "screenshots": [
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Elite Emporium home"
    },
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Elite Emporium home (desktop)"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop products",
      "short_name": "Shop",
      "description": "Browse all products",
      "url": "/products.html?source=pwa-shortcut",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "View cart",
      "short_name": "Cart",
      "description": "Your shopping cart",
      "url": "/cart.html?source=pwa-shortcut",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Track order",
      "short_name": "Track",
      "description": "Track your order",
      "url": "/track-order.html?source=pwa-shortcut",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My orders",
      "short_name": "Orders",
      "description": "Order history",
      "url": "/orders.html?source=pwa-shortcut",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  }
}
