Cookie Editor Firefox

Examine source code of Cookie Editor

By: HarleyL Add-on
Inspect and view changes in Cookie Editor 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": "Cookie-Editor",
  "version": "1.4.0",
  "description": "Edit, search, import, and delete cookies for the current tab. Simple cookie manager for testing, privacy cleanup, and local cookie e",
  "background": {
    "scripts": [
      "interface/lib/env.js",
      "interface/lib/browserDetector.js",
      "interface/lib/permissionHandler.js",
      "cookie-editor.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icons/cookie-filled-small.svg",
      "32": "icons/cookie-filled-small.svg",
      "48": "icons/cookie-filled.svg",
      "128": "icons/cookie-filled.svg"
    },
    "theme_icons": [
      {
        "light": "icons/cookie-light-small.svg",
        "dark": "icons/cookie-small.svg",
        "size": 16
      },
      {
        "light": "icons/cookie-light-small.svg",
        "dark": "icons/cookie-small.svg",
        "size": 32
      },
      {
        "light": "icons/cookie-light.svg",
        "dark": "icons/cookie.svg",
        "size": 128
      }
    ],
    "default_title": "Cookie-Editor",
    "default_popup": "interface/popup/cookie-list.html"
  },
  "sidebar_action": {
    "default_icon": {
      "16": "icons/cookie-filled-small.svg",
      "32": "icons/cookie-filled-small.svg"
    },
    "default_title": "Cookie-Editor",
    "default_panel": "interface/sidepanel/cookie-list.html"
  },
  "devtools_page": "interface/devtools/devtool.html",
  "options_ui": {
    "page": "interface/options/options.html"
  },
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/cookie-filled-small.svg",
    "19": "icons/cookie-filled-small.svg",
    "32": "icons/cookie-filled-small.svg",
    "48": "icons/cookie-filled.svg",
    "128": "icons/cookie-filled.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{91c32ee7-e7ac-4aef-8564-ece7b6c7bed1}",
      "strict_min_version": "112.0"
    },
    "gecko_android": {
      "id": "cookie-editor@cookie-editor.com",
      "strict_min_version": "112.0"
    }
  }
}

Best Cookie Editor Alternatives

Here are some Firefox add-ons that are similar to Cookie Editor: