{
  "name": "Clarip",
  "detectCmp": [
    { "eval": "typeof window.claripCookieManagerLink === 'string'" }
  ],
  "detectPopup": [{ "visible": ".cookie-consent-banner-content" }],
  "frame": "https://cdn.clarip.com/endurance/cookieconsent/index.html",
  "optOut": [
    {
      "eval": "showModal(document.querySelector('.clarip-cookie-manager')) || true"
    },
    { "click": "#opt-out-all", "frame": true },
    { "click": "#save-cookie-options", "frame": true }
  ],
  "optIn": [{ "click": "#cookie-cta" }]
}