Examine source code of Imprivata OneSign (in-session, stable)

Inspect and view changes in Imprivata OneSign (in-session, stable) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": {
    "email": "chromeos-enterprise-extensions@google.com"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.cloud.imprivata.com/*"
      ],
      "js": [
        "content/content_script_js.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; img-src 'self' data: https://*; style-src 'self' 'unsafe-inline'; connect-src https://*"
  },
  "description": "Official in-session extension for the Imprivata Chrome OS integration",
  "default_locale": "en",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.cameyo.com/*",
      "*://*.cameyo.net/*"
    ],
    "accepts_tls_channel_id": true
  },
  "host_permissions": [
    "https://*/"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "118.0.0.0",
  "name": "Imprivata OneSign (in-session, stable)",
  "permissions": [
    "enterprise.deviceAttributes",
    "enterprise.networkingAttributes",
    "enterprise.platformKeys",
    "enterprise.remoteApps",
    "idle",
    "login",
    "loginScreenStorage",
    "loginState",
    "management",
    "notifications",
    "offscreen",
    "platformKeys",
    "power",
    "scripting",
    "system.display",
    "systemLog",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "short_name": "Imprivata OneSign",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "104.14",
  "web_accessible_resources": [
    {
      "resources": [
        "content/injected_script_js.js"
      ],
      "matches": [
        "https://*.cloud.imprivata.com/*"
      ]
    },
    {
      "resources": [
        "content/adfs_injected_script_js.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}