{
  "applinks": {
      "details": [
           {
             "appIDs": [ "6N43GY3295.com.rahulDemo"],
             "paths": [
               {
                  "#": "no_universal_links",
                  "exclude": true,
                  "comment": "Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link"
               },
               {
                  "/": "/buy/*",
                  "comment": "Matches any URL whose path starts with /buy/"
               },
               {
                  "/": "/tagi/tagiProfile/*",
                  "comment": "Matches any URL whose path starts with /help/website/ and instructs the system not to open it as a universal link"
               },
               {
                  "/": "/help/*",
                  "?": { "articleNumber": "????" },
                  "comment": "Matches any URL whose path starts with /help/ and which has a query item with name 'articleNumber' and a value of exactly 4 characters"
               }
             ]
           },
           {
                "appID": "7DZYBGH3KL.com.highEnergyMindLive",
                "paths": [
                  "/highMindEnergy/api/v1/api/inviteLink/*",
                  "/highMindEnergy/api/v1/api/inviteMusicLink/*"
                ]
            }
       ]
   },
		"apps": [
			"6N43GY3295.com.rahulDemo",
			"7DZYBGH3KL.com.highEnergyMindLive"
		]
}