Pendo Launcher

Pendo Launcher

Pendo’s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pendo Launcher",
  "version": "5.26.1",
  "description": "Pendo’s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully.",
  "permissions": [
    "alarms",
    "contextMenus",
    "declarativeNetRequestWithHostAccess",
    "identity",
    "identity.email",
    "storage",
    "tabs",
    "webNavigation",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "storage": {
    "managed_schema": "managed_schema.json"
  },
  "icons": {
    "16": "icons/logo.png",
    "48": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "icons/browser-action-off.png"
    },
    "default_title": "Pendo Launcher"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "browser-ingest-banner.js",
        "debugger.html",
        "debugger.js",
        "privacy-center.html",
        "privacy-center.js",
        "reloadable-content.js",
        "agent-content.js",
        "designer.js",
        "iframe-visibility-monitor.js",
        "pendo-extensions.js",
        "postmessage-safeguard.js",
        "public-identify.js",
        "double-agent.js",
        "agent/pendo.preview.min.js",
        "agent/guide.css",
        "demo-loader.html",
        "resource-center-animation.css",
        "initialize-pendo.html",
        "initialize-pendo.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}