{
  "applinks": {
    "details": [
      {
        "appIDs": [
          "TMPB87CRWR.com.webuycars.mobile"
        ],
        "components": [
          { "/": "/capitec-finance-application/*" },
          { "/": "/vehicle-finance-application/*" },
          { "/": "/buy-now/*" },
          { "/": "/buy-a-car/*" },
          { "/": "/sell-my-car/*" },
          { "/": "/user/*" },
          { "/": "/faqs/*" },
          { "/": "/branches" },
          { "/": "/pods" },
          { "/": "/finance-and-products" },
          {
            "/": "/verify-email",
            "?": {
              "email": "*",
              "code": "*"
            },
            "comment": "Matches any URL whose path starts with /verify-email and that has a query item with name 'email' and one with the name 'code'"
          },
          {
            "/": "/confirm-email",
            "?": {
              "email": "*",
              "code": "*",
              "newEmail": "*"
            },
            "comment": "Matches any URL whose path starts with /confirm-email and that has query items with names 'email', 'code', and 'newEmail'"
          },
          {
            "/": "/resetpassword",
            "?": {
              "email": "*",
              "code": "*"
            },
            "comment": "Matches any URL whose path starts with /resetpassword and that has a query item with name 'email' and one with the name 'code'"
          }
        ]
      }
    ]
  }
}
