LISA AI | AI for sales lead generation

LISA AI | AI for sales lead generation

Skip generic sales outreach. Craft personalized emails with dos/don'ts for interaction & content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LISA AI | AI for sales lead generation",
  "description": "Skip generic sales outreach. Craft personalized emails with dos/don'ts for interaction & content.",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "run_at": "document_end"
  },
  "host_permissions": [
    "https://*.linkedin.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "side-panel.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "collapse.svg",
        "floating-button.svg"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ]
}