Cognism - Premium Sales Intelligence

Cognism - Premium Sales Intelligence

Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cognism - Premium Sales Intelligence",
  "manifest_version": 3,
  "description": "Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser.",
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "assets/*",
        "libraries/*",
        "*.woff",
        "*.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "*://*.cognism.com/*",
    "*://*.linkedin.com/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html?module=popup"
  },
  "icons": {
    "16": "assets/cognism-chrome-extension-icon-16.png",
    "48": "assets/cognism-chrome-extension-icon-48.png",
    "128": "assets/cognism-chrome-extension-icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.cognism.com/*"
    ]
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "version": "3.8.5"
}