{
    "applinks": {
        "details": [
            {
                "appIDs": [
                    "778WBGN987.com.coeurdejeu.coeurdegem", "778WBGN987.com.coeurdejeu.CoeurDeGemme"
                ],
                "components": [
                    {
                        "/": "/coeurdegem/showjewel/*",
                        "comment": "Matches any URL with a path that starts with /showjewel/."
                    },
		    {
		    	"/": "/coeurdegem/payments/*",
			"comment": "Matchs URL for payments feedback"
		    },
		    {
		       "/": "/coeurdegem/*",
		       "comment": "handle all links that starts with /coeurdegem."
		    },
                ]
            },
	    {
		"appIDs": [
		  "778WBGN987.com.geode.mergediamonds.testflight", "778WBGN987.com.geode.dazzlymerge", "778WBGN987.cn.com.geode.dazzlymerge"
		],
		"components": [
		  {
		     "/": "/dazzlymatch/events/*",
		     "comment": "AppStore In-App events"
		  },
		  {
		    "/": "/dazzlymatch/*",
		    "comment": "handle all links that starts with /dazzlymatch"
		  },
		]
	    },
	    {
		"appIDs": [
		  "778WBGN987.com.coeurdejeu.dazzly", "778WBGN987.com.coeurdejeu.DazzlyUnity"
		],
		"components": [
		 {
		   "/": "/dazzly/*",
		   "comment": "handle all linkgs that starts with /dazzly"
		 },
		 {
		   "/": "/dazzly/events/*",
		   "comment": "AppStore In-App events"
		 },
		 {
		   "/": "/dazzly/banners/*",
		   "comment": "Direct open of a banner"
		 },
		 {
		   "/": "/dazzly/dazzlymatch-star-level/*",
		   "comment": "Called from dazzlyMatch to use collected stars"
		 },
		]
	    }
        ]
    }
}
