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.27.0",
  "description": "Pendo’s award-winning digital adoption solutions help people adopt employee-facing software more quickly and successfully.",
  "permissions": [
    "alarms",
    "contextMenus",
    "identity",
    "scripting",
    "storage",
    "tabs",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "16": "icons/logo.png",
    "48": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/browser-action-off.png"
    },
    "default_title": "Pendo Launcher"
  },
  "web_accessible_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",
    "public-identify.js",
    "double-agent.js",
    "agent/pendo.preview.min.js",
    "agent/guide.css",
    "demo-loader.html",
    "resource-center-animation.css"
  ],
  "manifest_version": 2
}