BuzzStream Buzzmarker

BuzzStream Buzzmarker

The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BuzzStream Buzzmarker",
  "version": "0.1.1170",
  "manifest_version": 2,
  "description": "The BuzzMarker for Chrome Makes Prospecting Faster & Outreach Smarter by Bringing BuzzStream With You, Wherever You Go on the Web.",
  "browser_action": {
    "default_icon": "img/brand/icon_off.png"
  },
  "options_page": "html/options.html",
  "background": {
    "scripts": [
      "runtime.bundle.js",
      "headless-commons.bundle.js",
      "background.bundle.js"
    ]
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*"
  ],
  "optional_permissions": [
    "webRequest"
  ],
  "content_scripts": [
    {
      "js": [
        "runtime.bundle.js",
        "headless-commons.bundle.js",
        "content.bundle.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "html/app.html",
    "html/options.html",
    "html/compose.html",
    "html/composeV2.html",
    "html/login.html",
    "html/nav.html",
    "html/error.html",
    "css/page.css",
    "flags.json"
  ],
  "icons": {
    "16": "img/brand/icon16.png",
    "48": "img/brand/icon48.png"
  }
}