Privacy Interceptor Firefox

Examine source code of Privacy Interceptor

Inspect and view changes in Privacy Interceptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "version": "1.0.0",
  "author": "ZondaOne",
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-interceptor@zonda.one",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "libs/core/utils.js",
        "libs/ui/icons.js",
        "libs/ui/toast.js",
        "libs/ui/PrivacyOverlay.js",
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://zonda.one/privacyInterceptor/*",
        "https://www.zonda.one/privacyInterceptor/*",
        "http://localhost:3000/privacyInterceptor/*"
      ],
      "js": [
        "auth-bridge.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "assets/icon128.png"
  },
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "libs/*",
        "processor.html",
        "assets/AwareBold.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com;"
  }
}

Best Privacy Interceptor Alternatives

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