Privacy Atlas Firefox

Examine source code of Privacy Atlas

Inspect and view changes in Privacy Atlas source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy Atlas",
  "description": "See what's tracking you on any page and the move that defends it. On-device, no blocking, nothing leaves your browser.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "<all_urls>"
  ],
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "web_accessible_resources": [
    "fp-hook.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-atlas@privacyatlas.xyz",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Privacy Atlas",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "https://privacyatlas.xyz/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/atlas-bridge.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/detector.js",
        "content-scripts/field-watcher.js"
      ]
    }
  ]
}

Best Privacy Atlas Alternatives

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