{
    "applinks": {
        "substitutionVariables": {
            "namespace": ["Cars", "es", "fr"],
            "excluded_path": ["dealerdashboard", "experian", "klink", "trackPartnerContentRedirect.action", "sso/login", "authentication/authLoginSuccess.action", "finance/api/getOfferPdf.action"]
        },
        "defaults": {
            "caseSensitive": false
        },
        "details": [
            {
                "appIDs": ["3PGW4KWWF4.com.cargurus.v1"],
                "components": [
                    {
                        "/": "/$(namespace)/$(excluded_path)/*",
                        "exclude": true
                    },
                    {
                        "/": "/$(namespace)/$(excluded_path)",
                        "exclude": true
                    },
                    {
                        "?": { "redirectUrl": "*dealerdashboard*" },
                        "exclude": true
                    },
                    {
                        "/": "/$(namespace)/link",
                        "?": { "url": "*" },
                        "exclude": true,
                        "comment": "Matches any external URL beginning with /$(namespace)/link (case ignored) with query param url and instructs the system not to open it as universal links"
                    },
                    {
                        "/": "*"
                    }
                ]
            }
        ]
    }
}
