{
  "applinks": {
      "details": [
           {
             "appIDs": [ "2U3R3222AB.com.everlyhealth.ios" ],
             "components": [
               {
                  "/": "/dashboard*",
                  "comment": "Matches any URL with a path that starts with /dashboard"
               },
               {
                  "/": "/register*",
                  "comment": "Matches any URL with a path that starts with /register*"
               },
               {
                  "/": "/results*",
                  "comment": "Matches any URL with a path that starts with /results*"
               },
               {
                  "/": "/virtual-care",
                  "comment": "Matches any URL with the path /virtual-care.  Not wildcarded because calls to /virtual-care-visit would cause infinite loop."
               },
               {
                  "/": "/weight-management",
                  "comment": "Matches any URL with the path /weight-management. Not wildcarded."
               }
             ]
           }
       ]
   }
}
