Dealfront Connect

Dealfront Connect

Screen websites, LinkedIn and more to find relevant companies & contacts in seconds — completely GDPR-compliant for Europe!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dealfront Connect",
  "description": "__MSG_extensionDescription__",
  "version": "4.0.18",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "assets/images/icon-16x16.png",
    "48": "assets/images/icon-48x48.png",
    "128": "assets/images/icon-128x128.png"
  },
  "background": {
    "service_worker": "src/background/index.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/*",
        "*://linkedin.com/*",
        "*://*.linkedin.com/*",
        "*://mail.google.com/*",
        "*://app.dealfront.com/x/*",
        "*://app.dealfront.com/private-api/*",
        "*://integrations.dealfront.com/private-api/*"
      ],
      "exclude_matches": [],
      "js": [
        "src/content-script-app/index.js"
      ],
      "css": [
        "assets/styles/content-script-app.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "action": {
    "default_title": "Dealfront Connect",
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "assets/images/icon-16x16.png",
      "48": "assets/images/icon-48x48.png",
      "128": "assets/images/icon-128x128.png"
    }
  },
  "host_permissions": [
    "*://www.linkedin.com/*",
    "*://linkedin.com/*",
    "*://*.linkedin.com/*",
    "*://app.dealfront.com/x/*",
    "*://app.dealfront.com/private-api/*",
    "*://mail.google.com/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "assets/styles/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "src/content-script-app/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "src/app/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "src/popup/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version_name": "4.0.18",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnL3Od8aytanAFQgUoT7a6zJINIYjI0stIJVapQVO3mXhGEzfb2wCm2E++Q7ws80FyWvkAtSYKLypKEhDywFe+VwtHpR2XvWOb6zlQUHoQ/ffH97L72FFHNseUj3W88udSmfUZkqht2CIuHq3fxejwaMGds+msz5LWWOpBcrD4BHKSYxxuuAhBXbUeWV2g29zTSUjJ+wDYoU8+XlnTCjqGKmWeWtDvlrPA7yY7iP+YKH0CeHaYawzATsKKIqq8Lxgs00ZvnSsx17JcY79WW3PwHCtkJeBjsdP/b2+TAkmeBWMuraS//8Q3Jbs6fJmBv9RFo6EBgfKoId4IhmUOerFsQIDAQAB"
}