Adsensor Publisher Tools

Adsensor Publisher Tools

Helper tools for Adsensor enabled publishers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Adsensor Publisher Tools",
  "short_name": "Adsensor Publisher Tools",
  "version": "1.0.6",
  "description": "Helper tools for Adsensor enabled publishers",
  "icons": {
    "16": "resources/img/icon16.png",
    "48": "resources/img/icon48.png",
    "128": "resources/img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "resources/img/icon19_grey.png",
      "38": "resources/img/icon38_grey.png"
    },
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "https://console.adsensor.com/*",
    "tabs",
    "contextMenus",
    "notifications",
    "activeTab",
    "management",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content/content-script.css",
        "resources/css/toastr.min.css"
      ],
      "js": [
        "resources/js/jquery.min.js",
        "resources/js/toastr.min.js",
        "content/content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://dfdbz2tdq3k01.cloudfront.net/ https://msgws.webspectator.com https://msg.webspectator.com https://msg.adsensor.com https://msgws.adsensor.com; object-src 'self'",
  "web_accessible_resources": [
    "resources/img/*.svg",
    "content/content-script.css"
  ]
}