Idira Secure Web Sessions Firefox

Examine source code of Idira Secure Web Sessions

Inspect and view changes in Idira Secure Web Sessions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Idira Secure Web Sessions Extension",
  "short_name": "Idira Productivity Pane",
  "default_locale": "en",
  "description": "Protect web-apps with Idira Secure Web Sessions. Offers step-recording, continuous authentication, and session protection.",
  "version": "2.5.0",
  "incognito": "spanning",
  "icons": {
    "32": "images/regular/32.png",
    "48": "images/regular/48.png",
    "128": "images/regular/128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content_script.js"
      ],
      "css": [
        "css/session-control.css",
        "css/toast-message.css",
        "css/session-control-popup-message.css",
        "css/user-app-logout.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "ca-iframe.html",
        "mfa-iframe.html",
        "sc-block-url-iframe.html",
        "offscreen-worker.html",
        "css/*",
        "fonts/*",
        "images/*",
        "js/*.wasm",
        "js/clipboard-protection-injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "alarms",
    "notifications",
    "nativeMessaging",
    "downloads",
    "unlimitedStorage",
    "cookies",
    "declarativeNetRequest",
    "history",
    "management",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{edeb38dc-3bf8-4d7c-9881-7a680e77949f}",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Idira Secure Web Sessions Alternatives

Here are some Firefox add-ons that are similar to Idira Secure Web Sessions: