Leadrover.app Email Finder

Leadrover.app Email Finder

Email finder Linkedin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Leadrover.app Email Finder",
  "version": "0.3",
  "description": "Email finder Linkedin",
  "permissions": [
    "storage",
    "declarativeContent",
    "activeTab",
    "cookies",
    "https://*.leadrover.app/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://*.leadrover.app/*"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://code.jquery.com https://media.licdn.com https://fonts.googleapis.com; object-src 'self'",
  "manifest_version": 2
}