{
"activitycontinuation": {
    "apps": [
      "FXHWE7TARQ.app.dexgo.dexgo"
    ]
  },
"applinks": {
      "details": [
           {
          	"appIDs": [ "FXHWE7TARQ.app.dexgo.dexgo" ],
		"components": [
               {
                  "#": "no_universal_links",
                  "exclude": true,
                  "comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link."
               },
               {
                  "/": "/buy/*",
                  "comment": "Matches any URL with a path that starts with /buy/."
               },
		{
                  "/": "/referral/*",
                  "comment": "Matches any URL with a path that starts with /referral/."
               },              
 		{
                  "/": "/help/website/*",
                  "exclude": true,
                  "comment": "Matches any URL with a path that starts with /help/website/ and instructs the system not to open it as a universal link."
               },
               {
                  "/": "/help/*",
                  "?": { "articleNumber": "????" },
                  "comment": "Matches any URL with a path that starts with /help/ and that has a query item with name 'articleNumber' and a value of exactly four characters."
               }
             ]
           }
       ]
   }
}
