DiscoverOrg Sales Intelligence

DiscoverOrg Sales Intelligence

Instant Access to the Most Accurate Prospect Intelligence While Browsing the Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DiscoverOrg Sales Intelligence",
  "version": "4.5.29",
  "version_name": "4.529",
  "manifest_version": 2,
  "description": "Instant Access to the Most Accurate Prospect Intelligence While Browsing the Web",
  "homepage_url": "https://go.discoverydb.com",
  "icons": {
    "16": "img/Icon16.png",
    "48": "img/Icon48.png",
    "128": "img/Icon128.png"
  },
  "browser_action": {
    "default_icon": "img/Icon19.png",
    "default_title": "DiscoverOrg Sales Intelligence",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/common.js",
      "background/contact_list_events.js",
      "background/events.js",
      "background/context_menu.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "background/contact_list_actions.js",
        "background/contact_list_content.js",
        "background/content.js",
        "background/actions.js",
        "background/util.js"
      ],
      "css": [
        "css/fonts.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "index.html/*",
    "img/*",
    "fonts/*",
    "css/*",
    "notes.txt",
    "options/options.html"
  ],
  "options_page": "options/options.html",
  "options_ui": {
    "page": "options/options.html"
  }
}