Microsoft Purview Extension - Beta Firefox

Examine source code of Microsoft Purview Extension - Beta

Inspect and view changes in Microsoft Purview Extension - Beta source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "short_name": "__MSG_shortNameOfFirefoxExtension__",
  "name": "__MSG_nameOfFirefoxExtension__",
  "description": "__MSG_descriptionOfFirefoxExtension__",
  "manifest_version": 2,
  "version": "1.1.2604.201",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "beta.microsoft.defender.browser_extension.native_message_host@microsoft.com"
    }
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/dlpirm_blue_16px.png",
      "32": "assets/dlpirm_blue_32px.png",
      "48": "assets/dlpirm_blue_48px.png",
      "128": "assets/dlpirm_blue_128px.png"
    }
  },
  "icons": {
    "16": "assets/dlpirm_blue_16px.png",
    "32": "assets/dlpirm_blue_32px.png",
    "48": "assets/dlpirm_blue_48px.png",
    "128": "assets/dlpirm_blue_128px.png"
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "storage",
    "<all_urls>",
    "webRequest"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "*://*/",
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "file://*/*"
      ],
      "js": [
        "filecontentscript.js"
      ],
      "css": [
        "filecontentscript.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/sim_lock_48px.png",
    "pages/redirectionLandingPage.html"
  ]
}

Best Microsoft Purview Extension - Beta Alternatives

Here are some Firefox add-ons that are similar to Microsoft Purview Extension - Beta: