ISAM ESSO

ISAM ESSO

Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0.615.0",
  "default_locale": "en",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "webRequest",
    "declarativeNetRequest",
    "activeTab",
    "storage",
    "activeTab",
    "tabGroups",
    "scripting",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "bg.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "./lib/jquery-3.6.4.min.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/lib/jquery-3.6.4.min.js",
        "bg.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "./img/AAIcon50x50.png",
    "128": "./img/AAIcon128x128.png"
  },
  "action": {
    "default_icon": "./img/AAIcon50x50.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}