LinkMatch For Close

LinkMatch For Close

Automated LinkedIn sourcing for Close

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Automated LinkedIn sourcing for Close",
  "version": "4.01",
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.xing.com/*"
      ],
      "js": [
        "content-script-bundle.js"
      ],
      "css": [
        "content-styles.css",
        "content-styles1.css",
        "content-script-styles.css"
      ],
      "run_at": "document_end"
    },
    {
      "run_at": "document_end",
      "css": [
        "content-styles.css",
        "content-script-styles.css"
      ],
      "js": [
        "content-script-bundle.js"
      ],
      "matches": [
        "https://www.linkedin.com/404/*",
        "https://*.xing.com/404/*"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "main-world-script-bundle.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon48.png"
  },
  "host_permissions": [
    "https://*.close.com/*",
    "https://*.linkedin.com/*",
    "https://*.linkmatch.net/*",
    "https://*.xing.com/*"
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "short_name": "LinkMatch",
  "options_page": "options_page.html",
  "background": {
    "service_worker": "background-script-bundle.js",
    "type": "module"
  },
  "options_ui": {
    "page": "options_page.html"
  },
  "action": {
    "default_icon": {
      "19": "icon48.png",
      "38": "icon48.png"
    }
  },
  "name": "LinkMatch For Close",
  "manifest_version": 3
}