about:privacy Firefox

Examine source code of about:privacy

Inspect and view changes in about:privacy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "about:privacy",
  "version": "1.2",
  "description": "Checks if AI scrapers are allowed or disallowed in robots.txt",
  "permissions": [
    "activeTab",
    "http://*/",
    "https://*/",
    "privacy"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "assets/logo.png",
      "96": "assets/logo.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "scripts/gpc-checker.js",
    "config.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b81022b-93a8-4a29-abc6-46e07d0619d1}"
    }
  }
}

Best about:privacy Alternatives

Here are some Firefox add-ons that are similar to about:privacy: