Clarity Privacy Analyzer Firefox

Examine source code of Clarity Privacy Analyzer

Inspect and view changes in Clarity Privacy Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clarity Privacy Analyzer",
  "version": "1.0.0",
  "description": "Instantly analyze privacy policies and terms of service. Get risk assessments in plain-English explanations.",
  "author": "Jason Rowe",
  "homepage_url": "https://myclarity.us",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Analyze Privacy Policy",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "minimum_chrome_version": "88",
  "browser_specific_settings": {
    "gecko": {
      "id": "clarity-privacy-analyzer@myclarity.us",
      "strict_min_version": "109.0"
    }
  }
}

Best Clarity Privacy Analyzer Alternatives

Here are some Firefox add-ons that are similar to Clarity Privacy Analyzer: