{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appIDs": [
          "E3ZYR9A7BS.com.ncr.debug.KFCXpress",
          "E3ZYR9A7BS.com.ncr.hsr.KFCXpress"
        ],
        "components": [
          {
            "/": "/login",
            "exclude": true,
            "comment": "Ensures that /login opens in the browser instead of the app"
          },
          {
            "/": "/order-processing",
            "exclude": true,
            "comment": "Ensures that /order-processing opens in the browser instead of the app"
          },
          {
            "/": "*",
            "?": {
              "$web_only": "true"
            },
            "exclude": true,
            "comment": "Matches any URL whose path is * and which has a query item with name '$web_only' and value 'true' and instructs the system NOT to open it as a Universal link"
          },
          {
            "/": "*",
            "?": {
              "%24web_only": "true"
            },
            "exclude": true,
            "comment": "Matches any URL whose path is * and which has a query item with name '%24web_only' and value 'true' and instructs the system NOT to open it as a Universal link"
          },
          {
            "/": "/e/*",
            "exclude": true,
            "comment": "Matches any URL whose path is /e/* and instructs the system NOT to open it as a Universal link"
          },
          {
            "/": "*",
            "comment": "Matches any URL whose path is * and instructs the system to open it as a Universal link"
          },
          {
            "/": "/",
            "comment": "Matches any URL whose path is / and instructs the system to open it as a Universal link"
          }
        ]
      }
    ]
  }
}
