Nexx360 Ad Impact Tool

Nexx360 Ad Impact Tool

Nexx360 Ad Impact Tool estimates header bidding impact on pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nexx360 Ad Impact Tool",
  "description": "Nexx360 Ad Impact Tool estimates header bidding impact on pages",
  "version": "1.5.4",
  "action": {
    "default_icon": {
      "16": "img/ICOTYPE-BLEU-16x16.png",
      "32": "img/ICOTYPE-BLEU-32x32.png",
      "48": "img/ICOTYPE-BLEU-48x48.png",
      "128": "img/ICOTYPE-BLEU-128x128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content.js"
      ]
    }
  ],
  "icons": {
    "16": "img/ICOTYPE-BLEU-16x16.png",
    "32": "img/ICOTYPE-BLEU-32x32.png",
    "48": "img/ICOTYPE-BLEU-48x48.png",
    "128": "img/ICOTYPE-BLEU-128x128.png"
  },
  "permissions": [
    "tabs",
    "debugger"
  ]
}