Privacy Thing (Preview) Firefox

Examine source code of Privacy Thing (Preview)

Inspect and view changes in Privacy Thing (Preview) 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,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "0.9.2.2",
  "description": "__MSG_extShortDescription__",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: blob: https://tile.openstreetmap.org"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "webNavigation",
    "cookies",
    "browsingData",
    "declarativeNetRequest",
    "privacy",
    "contextMenus",
    "contextualIdentities",
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse"
  ],
  "optional_permissions": [
    "userScripts"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-bootstrap.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "options_ui": {
    "page": "src/ui/options/index.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "src/ui/popup/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "theme_icons": [
      {
        "light": "icons/icon-theme-light-16.png",
        "dark": "icons/icon-theme-dark-16.png",
        "size": 16
      },
      {
        "light": "icons/icon-theme-light-32.png",
        "dark": "icons/icon-theme-dark-32.png",
        "size": 32
      },
      {
        "light": "icons/icon-theme-light-48.png",
        "dark": "icons/icon-theme-dark-48.png",
        "size": 48
      },
      {
        "light": "icons/icon-theme-light-128.png",
        "dark": "icons/icon-theme-dark-128.png",
        "size": 128
      }
    ]
  },
  "sidebar_action": {
    "default_panel": "src/ui/sidebar/index.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "main-world-runtime.js",
        "main-world-early.js",
        "timing-spike.js",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "geowarp@tomaszjanusz.dev",
      "data_collection_permissions": {
        "required": [
          "locationInfo",
          "searchTerms"
        ]
      }
    }
  }
}

Best Privacy Thing (Preview) Alternatives

Here are some Firefox add-ons that are similar to Privacy Thing (Preview):