LinkMatch For CATS

LinkMatch For CATS

Automated LinkedIn sourcing for CATS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background-script-bundle.js"
    ]
  },
  "options_page": "options_page.html",
  "browser_action": {
    "default_icon": {
      "19": "icon48.png",
      "38": "icon48.png"
    }
  },
  "name": "LinkMatch For CATS",
  "manifest_version": 2,
  "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
    }
  ],
  "version": "5.40",
  "description": "Automated LinkedIn sourcing for CATS",
  "short_name": "LinkMatch",
  "permissions": [
    "storage",
    "https://*.catsone.com/*",
    "https://*.catsone.nl/*",
    "https://*.xing.com/*",
    "https://*.linkedin.com/*",
    "https://localhost:440/*",
    "https://*.linkmatch.net:440/*",
    "https://*.linkmatch.net/*"
  ],
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon48.png"
  }
}