CMP Validator

CMP Validator

The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CMP Validator",
  "version": "2.2.6",
  "icons": {
    "32": "src/images/icon32.png",
    "128": "src/images/icon128.png"
  },
  "action": {},
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.js.f2f36233.f574c788.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "index.html",
        "notfound.html",
        "src/images/*.png",
        "src/utils/structure.json"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/content.js.f2f36233.js"
      ],
      "use_dynamic_url": true
    }
  ]
}