LeadBoost - Linkedin Automation Software

LeadBoost - Linkedin Automation Software

Automation Software for LinkedIn lead generation, social selling and job recruiting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LeadBoost - Linkedin Automation Software",
  "version": "1.3",
  "default_locale": "en",
  "description": "Automation Software for LinkedIn lead generation, social selling and job recruiting",
  "icons": {
    "128": "icons/icon128.png"
  },
  "short_name": "LeadBoost",
  "homepage_url": "https://leadboost.me",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "src/jquery-3.5.1.min.js",
        "src/linkedinScrape.js"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "LeadBoost",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "cookies",
    "*://*.linkedin.com/*"
  ]
}