Lead Assistant

Lead Assistant

Lead Assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lead Assistant",
  "version": "1.4.9",
  "description": "Lead Assistant",
  "author": "Ivan",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "alarms",
    "cookies",
    "storage",
    "http://localhost/*",
    "https://www.linkedin.com/*",
    "https://app.leadassistant.io/*",
    "https://preprod-leadassistant.netlify.com/*",
    "https://preprod-leadassistant.netlify.app/*",
    "https://leadassistant-preprod.herokuapp.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://www.linkedin.com/*",
      "*://app.leasassistant.io/*",
      "*://leasassistant.herokuapp.com/*",
      "*://preprod-leadassistant.netlify.com/*",
      "*://preprod-leadassistant.netlify.app/*",
      "*://leadassistant.netlify.com/*",
      "*://leadassistant-preprod.herokuapp.com/*"
    ]
  },
  "browser_action": {
    "default_title": "Lead Assistant",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "persistent": false,
    "page": "pages/background.html"
  },
  "devtools_page": "pages/devtools.html",
  "options_page": "pages/options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "panel.html",
    "js/content.js"
  ]
}