{
    "readme": "This config is used to test the element hiding feature.",
    "version": 1,
    "unprotectedTemporary": [],
    "features": {
        "elementHiding": {
            "state": "enabled",
            "exceptions": [],
            "settings": {
                "hideTimeouts": [0, 100, 300, 500, 1000, 2000, 3000],
                "unhideTimeouts": [1250, 2250, 3000],
                "adLabelStrings": ["advertisement", "sponsored"],
                "domains": [],
                "rules": [
                    {
                        "selector": ".hide-test",
                        "type": "hide"
                    },
                    {
                        "selector": ".hide-empty-test",
                        "type": "hide-empty"
                    },
                    {
                        "selector": ".closest-empty-test",
                        "type": "closest-empty"
                    },
                    {
                        "selector": ".ad-container",
                        "type": "override"
                    }
                ]
            }
        }
    }
}

