Toggle Resist Fingerprinting Firefox

Examine source code of Toggle Resist Fingerprinting

Inspect and view changes in Toggle Resist Fingerprinting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Resist Fingerprinting",
  "version": "1.2",
  "description": "Adds a button to the navigation bar to toggle the \"resist fingerprinting\" setting.",
  "author": "Aaron Papp",
  "homepage_url": "https://github.com/Aaron-P/ToggleResistFingerprinting",
  "icons": {
    "24": "src/icons/icon.svg",
    "32": "src/icons/icon.svg",
    "48": "src/icons/icon.svg",
    "64": "src/icons/icon.svg",
    "96": "src/icons/icon.svg"
  },
  "permissions": [
    "storage",
    "privacy"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "src/options.xhtml"
  },
  "browser_action": {
    "default_icon": "src/icons/icon.svg",
    "default_title": "Resist Fingerprinting",
    "default_area": "tabstrip",
    "theme_icons": [
      {
        "light": "src/icons/icon-light.svg",
        "dark": "src/icons/icon.svg",
        "size": 32
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3346f53a-bd1f-4f3f-94ff-70bb122083b3}",
      "strict_min_version": "63.0"
    }
  }
}

Best Toggle Resist Fingerprinting Alternatives

Here are some Firefox add-ons that are similar to Toggle Resist Fingerprinting: