Emlen

Emlen

Get the right content to the right customer. Every time. Engage buyers with content targeted to their needs and turn your content…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Emlen",
  "version": "8",
  "manifest_version": 3,
  "icons": {
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "__MSG_extName__"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardWrite",
    "clipboardRead",
    "cookies"
  ],
  "host_permissions": [
    "https://api3.emlen.io/",
    "https://emlen-content-processing.s3.eu-central-1.amazonaws.com/",
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}