Brightcove Campaign

Brightcove Campaign

Evaluate and compare Brightcove video performance on your web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Brightcove Campaign",
  "description": "Evaluate and compare Brightcove video performance on your web pages.",
  "version": "2.1.2",
  "background": {
    "scripts": [
      "auth.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Brightcove Campaign"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "page-inspector.js"
      ]
    },
    {
      "matches": [
        "https://sadmin.brightcove.com/bcapi/latest/js/arbiter.html*"
      ],
      "js": [
        "arbiter-liaison.js"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "16": "Peelable_16.png",
    "48": "Peelable_48.png",
    "128": "Peelable_128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "activeTab",
    "cookies",
    "https://*.brightcove.com/"
  ]
}