{
  "applinks": {
    "details": [
      {
        "appIDs": [
          "RC238MS8YN.com.waitroom",
          "RC238MS8YN.com.waitroom.dev"
        ],
        "components": [
          {
            "/": "/sessions/*",
            "comment": "Matches any URL whose path starts with /sessions/"
          },
          {
            "/": "/recordings/*",
            "comment": "Matches any URL whose path starts with /recordings/"
          },
          {
            "/": "/dashboard/*",
            "exclude": true,
            "comment": "Do not send the user to the app if they are visiting the dashboard"
          },
          {
            "/": "/lobby/*",
            "comment": "Matches any URL whose path starts with /lobby/"
          }
        ]
      }
    ]
  }
}
