Ivanti Secure Access Extension

Ivanti Secure Access Extension

Browser extension for Ivanti Clients

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "version": "22.3.1.18209",
  "icons": {
    "16": "icons/ivanti-icon16.png",
    "48": "icons/ivanti-icon48.png",
    "128": "icons/ivanti-icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/dana*"
      ],
      "all_frames": true,
      "js": [
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "extnInterfaceCode.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}