Facebook Pixel Hunt

Facebook Pixel Hunt

A Mozilla Rally study to map Facebook’s tracking pixel network across the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Finding Facebook Pixels",
  "author": "Mozilla Rally",
  "manifest_version": 2,
  "name": "Facebook Pixel Hunt",
  "version": "0.1.11",
  "homepage_url": "https://github.com/mozilla-rally/facebook-pixel-hunt#readme",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "87.0"
    }
  },
  "permissions": [
    "idle",
    "webNavigation",
    "<all_urls>",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "incognito": "not_allowed"
}