Privacy Veil Firefox

Examine source code of Privacy Veil

Inspect and view changes in Privacy Veil source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PrivacyVeil",
  "version": "1.0.0",
  "description": "Privacy-first dark mode for Firefox/LibreWolf",
  "browser_specific_settings": {
    "gecko": {
      "id": "pookielinuxuser@tutamail.com"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icons": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "dark-mode.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best Privacy Veil Alternatives

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