Amazon Ad Tag Helper

Amazon Ad Tag Helper

Helper to debug Amazon Ad tag setup on your website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Amazon Ad Tag Helper",
  "description": "Helper to debug Amazon Ad tag setup on your website.",
  "version": "0.1.0.1",
  "icons": {
    "16": "icons/16x16_AmazonAdsLogo.png",
    "48": "icons/48x48_AmazonAdsLogo.png",
    "128": "icons/128x128_AmazonAdsLogo.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "scripting"
  ],
  "action": {
    "default_icon": {
      "16": "icons/16x16_AmazonAdsLogo.png",
      "48": "icons/48x48_AmazonAdsLogo.png",
      "128": "icons/128x128_AmazonAdsLogo.png"
    },
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  }
}