PrivacyLens Firefox

Examine source code of PrivacyLens

By: Vicclub
Inspect and view changes in PrivacyLens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PrivacyLens",
  "version": "1.0",
  "description": "Summarize privacy policies, highlight key points and potential concerns",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "PrivacyLens",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4089f53a-1d1c-4e4c-94b0-829b43b8a414}"
    }
  }
}

Best PrivacyLens Alternatives

Here are some Firefox add-ons that are similar to PrivacyLens: