{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appIDs": [
          "$(TeamIdentifierPrefix)com.groupcation.ios"
        ],
        "paths": [
          "/trip/*",
          "/invite/*"
        ],
        "components": [
          {
            "/": "/trip/*",
            "comment": "Open trip detail by trip ID"
          },
          {
            "/": "/invite/*",
            "comment": "Accept trip invite by code"
          }
        ]
      }
    ]
  },
  "webcredentials": {
    "apps": [
      "$(TeamIdentifierPrefix)com.groupcation.ios"
    ]
  }
}
