Cookie Editor - Extended Firefox

Examine source code of Cookie Editor - Extended

Inspect and view changes in Cookie Editor - Extended source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cookie Editor - Extended",
  "version": "2.4.0",
  "manifest_version": 2,
  "description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
  "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"
  },
  "background": {
    "scripts": [
      "interface/lib/browserDetector.js",
      "cookie-editor.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Cookie-Editor",
    "default_popup": "interface/popup/cookie-list.html",
    "default_icon": {
      "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"
    },
    "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
      }
    ]
  },
  "devtools_page": "interface/devtools/devtool.html",
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "cookies",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "crx-cookie-editor@warren-bank.github.io",
      "strict_min_version": "58.0"
    }
  }
}

Best Cookie Editor - Extended Alternatives

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