{
  "applinks": {
    "details": [
      {
        "appIDs": [
          "V5G67D7VNU.co.veo.live.dev",
          "V5G67D7VNU.co.veo.live",
          "V5G67D7VNU.co.veo.live.staging"
        ],
        "components": [
          {
            "/": "/web-app/matches/*",
            "comment": "Matches any URL whose path starts with /web-app/matches/"
          },
          {
            "/": "/web-app/clubs/*/teams/*",
            "comment": "Matches any URL whose path starts with /web-app/clubs/<club_id>/teams/<team_id>"
          },
          {
            "/": "/stream/*",
            "comment": "Matches any URL whose path starts with /stream/"
          },
          {
            "/": "/matches/*",
            "comment": "Matches any URL whose path starts with /matches/"
          },
          {
            "/": "/club/*",
            "comment": "Matches any URL whose path starts with /club/"
          },
          {
            "/": "/event/*",
            "comment": "Matches any URL whose path starts with /event/"
          }
        ]
      }
    ]
  }
}
