Shield WebSecure (Sentinel AI) Firefox

Examine source code of Shield WebSecure (Sentinel AI)

Inspect and view changes in Shield WebSecure (Sentinel AI) 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.4.0.1",
  "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/*",
    "https://www.sentinelsuite.ai/*"
  ],
  "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": {
      "id": "shield@sentinelai.com",
      "data_collection_enabled_by_default": false,
      "data_collection_legal_documentation": "https://sentinel.sutherlandglobal.com/privacy-policy",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Shield WebSecure (Sentinel AI) Alternatives

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