{
  "applinks": {
      "apps": [],
      "details": [
        {
          "appID": "HW75KKZZJP.centraltickets.co.uk",
          "components": [
            {
              "/": "/", 
              "comment": "ADD THIS LINE: Mandatory for https://centraltickets.co.uk/ to open the app"
            },
            {
              "/": "/event/*",
              "comment": "Matches any URL with a path that starts with /event/."
            },
            {
              "/": "/register_verify_email/*",
              "comment": "Matches any URL with a path that starts with /register_verify_email/."
            },
            {
              "/": "/login",
              "comment": "Matches any URL with a path that starts with /login."
            },
            {
              "/": "/register",
              "comment": "Matches any URL with a path that starts with /register."
            },
            {
              "/": "/change_password/*",
              "comment": "Matches any URL with a path that starts with /change_password/."
            }
          ]
        }
       ]
   }
}