{
  "name": "TradezNet",
  "short_name": "TradezNet",
  "description": "TradezNet — Connect, Trade & Grow. The global social-commerce ecosystem.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#081a10",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": [
    "shopping",
    "social"
  ],
  "lang": "en",
  "icons": [],
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "description": "Browse products and deals",
      "url": "/marketplace",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your orders",
      "url": "/orders",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Go Live",
      "short_name": "Live",
      "description": "Watch and host live shopping streams",
      "url": "/live",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TradezNet Home"
    }
  ]
}