{
  "name": "buyIT — Your Market. Your Rules.",
  "short_name": "buyIT",
  "description": "The local marketplace connecting buyers and verified sellers near you. Browse products, services, and request anything from local verified sellers.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#1a1a18",
  "theme_color": "#1a1a18",
  "categories": ["shopping", "lifestyle", "business"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Marketplace",
      "short_name": "Browse",
      "description": "Explore all products and services",
      "url": "/browse?source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-browse.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart?source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-cart.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "buyIT Marketplace — Desktop View"
    },
    {
      "src": "/icons/screenshot-narrow.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "buyIT Marketplace — Mobile View"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "id": "/",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
