Cookie Manager

Cookie Manager

Cookie Manager. Support Edit Cookie, Add Cookie, Delete Cookie and Search Cookie, Export/Import Cookies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "0.0.1",
  "icons": {
    "19": "img/icon19.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self'; img-src 'self' data: *; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "img/icon19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/system.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "http://*/*.ico",
    "https://*/*.ico",
    "file://*/*.ico"
  ],
  "default_locale": "en",
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx"
}