Sekant Web Security Firefox

Examine source code of Sekant Web Security

Inspect and view changes in Sekant Web Security source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Sekant Web Security",
  "version": "3.1.3",
  "description": "De-risk web browsing with embedded runtime intelligence",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "history",
    "webRequest",
    "downloads",
    "clipboardWrite",
    "cookies",
    "activeTab"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "optional_host_permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "/fonts/*",
        "/icons/*",
        "/LICENSES/*",
        "_favicon/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "resources": [
        "*.wasm",
        "*.onnx",
        "llmDetectionPageHooks.mjs",
        "clipboardPageHooks.mjs"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "type": "module",
    "scripts": [
      "browser-polyfill.min.js",
      "background.bundle.js"
    ]
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "js": [
        "contentscripts.bundle.js"
      ],
      "css": [
        "contentscripts.css"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "js": [
        "injectHooks.mjs",
        "clipboardHooks.mjs",
        "genAIHooks.mjs"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sekant_web_security@sekantsecurity.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Sekant Web Security Alternatives

Here are some Firefox add-ons that are similar to Sekant Web Security: