{
  "applinks": {
      "details": [
           {
             "appIDs": [ "696LF4HKGJ.io.prisid.app", "696LF4HKGJ.io.prisid.app.staging", "696LF4HKGJ.io.prisid.app.debug" ],
             "components": [
               {
                  "/": "/mobile",
                  "comment": "Matching all mobile specific urls"
               },
               {
                  "/": "/notifications/accept/*/*",
                  "comment": "Matching role acceptance link"
               },
               {
                  "/": "/account/profile",
                  "comment": "Matching profile screen"
               },
               {
                  "/": "/signup",
                  "exclude": true,
                  "comment": "Do not link signup (might not be required)"
               },
               {
                  "/": "/signup/*",
                  "exclude": true,
                  "comment": "Do not link (might not be required)"
               },
               {
                  "/": "/",
                  "exclude": true,
                  "comment": "Match base app.prisid.io"
               }
             ]
           }
       ]
   }
}