Impactana Content Marketing Toolbar

Impactana Content Marketing Toolbar

Find content and people that make an impact!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Impactana Content Marketing Toolbar",
  "description": "Find content and people that make an impact!",
  "version": "0.16",
  "default_locale": "en",
  "short_name": "Impactana",
  "icons": {
    "128": "img/icon128_yellow.png",
    "256": "img/[email protected]"
  },
  "browser_action": {
    "default_icon": "img/icon128_yellow.png",
    "default_popup": "/html/popup.html"
  },
  "background": {
    "scripts": [
      "/lib/jquery-2.1.1.min.js",
      "/js/BrowserActionSwitcher.js",
      "/js/Bitly.js",
      "/js/sendpage.js",
      "/js/Metrics.js",
      "/js/App.js",
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/js/cs-onload.js"
      ],
      "css": [],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "img/*",
    "html/*",
    "lib/*"
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}