cookieEditor

cookieEditor

Conveniently and quickly add, delete, modify and check the cookies of the current website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "48.png",
    "default_popup": "popup.html"
  },
  "description": "Conveniently and quickly add, delete, modify and check the cookies of the current website",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "cookieEditor",
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "https://*/*",
    "http://*/*",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "page": "background/background.html",
    "persistent": true
  },
  "version": "1.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}