{
  "name": "Karom Marketplace",
  "short_name": "Karom",
  "description": "Karom Corporation marketplace: trusted construction, electrical, and furniture supplies.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#E8131F",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["shopping", "business"],
  "handle_links": "preferred",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 480 },
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/og-image.svg", "sizes": "1200x630", "type": "image/svg+xml", "form_factor": "wide", "label": "Karom Marketplace home" },
    { "src": "/og-image.svg", "sizes": "1200x630", "type": "image/svg+xml", "label": "Karom Marketplace" }
  ],
  "shortcuts": [
    { "name": "Browse Products", "short_name": "Products", "url": "/products", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My Cart", "short_name": "Cart", "url": "/cart", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My Orders", "short_name": "Orders", "url": "/account/orders", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "share_target": {
    "action": "/products",
    "method": "GET",
    "params": { "title": "title", "text": "q", "url": "url" }
  },
  "prefer_related_applications": false,
  "related_applications": []
}
