ActiveCampaign

ActiveCampaign

View ActiveCampaign contact information from anywhere on the Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "5.14.31",
  "default_locale": "en",
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": "assets/images/ACIcon48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "lib/inboxsdk.js",
        "content.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*",
        "*://*/html/options.html/"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "assets/images/ACIcon16.png",
    "48": "assets/images/ACIcon48.png",
    "128": "assets/images/ACIcon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "https://mail.google.com/*",
    "https://inbox.google.com/*",
    "https://*.googleusercontent.com/proxy/*",
    "https://*.lt.acemlna.com/Prod/link-tracker?c=0&*&l=open*",
    "https://*.com/lt.php?c=0&*",
    "https://*.com/lt.php?x=*",
    "https://*/*/link-tracker?c=0&*"
  ],
  "web_accessible_resources": [
    "_locales",
    "assets/*",
    "/*.js",
    "/*.html",
    "lib/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}