Shield WebSecure (by Sentinel) Firefox

Examine source code of Shield WebSecure (by Sentinel)

Inspect and view changes in Shield WebSecure (by Sentinel) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shield WebSecure (by Sentinel AI)",
  "version": "26.1.0.6",
  "description": "Real-time detection and masking of sensitive data for compliance and security",
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "alarms",
    "storage",
    "windows",
    "identity",
    "https://sentinel.sutherlandglobal.com/*",
    "https://localhost:7198/*",
    "https://shield.sentinelsuite.ai/*",
    "https://login.microsoftonline.com/*",
    "https://localhost:7187/*"
  ],
  "background": {
    "scripts": [
      "scripts/signalr.min.js",
      "scripts/utils/storageUtils.js",
      "scripts/background.js",
      "scripts/crypto-js.min.js",
      "scripts/content.js",
      "scripts/general.js",
      "scripts/contentScript.js",
      "scripts/popup.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "config/config.js",
        "scripts/utils/storageUtils.js",
        "scripts/content.js",
        "scripts/general.js",
        "scripts/contentScript.js"
      ],
      "css": [
        "style/styles.css",
        "style/general.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "launcher.html",
    "default_title": "PII Fields Detector"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    "config/config.js",
    "scripts/signalr.min.js",
    "diagnosis.html",
    "shieldConfiguration.html",
    "scripts/shieldConfiguration.js",
    "scripts/utils/storageUtils.js",
    "scripts/content.js",
    "scripts/general.js",
    "scripts/contentScript.js",
    "images/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_enabled_by_default": false,
      "data_collection_legal_documentation": "https://sentinel.sutherlandglobal.com/privacy-policy",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{11b07fe2-2961-48b7-901e-2e4bbe6a88a6}"
    }
  }
}

Best Shield WebSecure (by Sentinel) Alternatives

Here are some Firefox add-ons that are similar to Shield WebSecure (by Sentinel):