{
  "name": "ShopChat - Shop Smarter, Sell Faster",
  "short_name": "ShopChat",
  "description": "Discover seamless buying and selling on one simple, powerful app. Join thousands of users on ShopChat today.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#304452",
  "theme_color": "#61BBB6",
  "orientation": "portrait-primary",
  "categories": ["shopping", "business", "lifestyle"],
  "lang": "en-AE",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Business Registration",
      "short_name": "Business",
      "description": "Register as a business seller",
      "url": "/business",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Customer Registration",
      "short_name": "Customer",
      "description": "Join as a customer and earn through referrals",
      "url": "/customer",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ae.shopchat.app",
      "id": "ae.shopchat.app"
    },
    {
      "platform": "ios",
      "url": "https://apps.apple.com/app/shopchat/id123456789"
    }
  ],
  "prefer_related_applications": false
}