Cookie Editor

Cookie Editor

A powerful and easy-to-use Cookie Editor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/bg.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "img/16.png",
      "19": "img/19.png",
      "20": "img/20.png",
      "32": "img/32.png",
      "38": "img/38.png",
      "40": "img/40.png",
      "64": "img/64.png"
    },
    "default_title": "__MSG_extTitle__"
  },
  "content_scripts": [
    {
      "js": [
        "js/cs.js"
      ],
      "matches": [
        "https://www.hotcleaner.com/cookie-editor/*"
      ]
    }
  ],
  "content_security_policy": "default-src 'none';script-src 'self';img-src 'self';style-src 'self';connect-src 'self' https://api64.com https://clients2.google.com;report-uri https://appn.center/apiv1/csp",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "img/16.png",
    "24": "img/24.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "96": "img/96.png",
    "128": "img/128.png",
    "192": "img/192.png",
    "256": "img/256.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "54.0",
  "name": "__MSG_extName__",
  "offline_enabled": true,
  "options_ui": {
    "open_in_tab": true,
    "page": "manager.html"
  },
  "permissions": [
    "cookies",
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "homepage_url": "http://www.hotcleaner.com/cookie-editor/",
  "version": "2.1.0.0"
}