Cookie Profile Switcher

Cookie Profile Switcher

Store & Manage multiple cookie profiles per domain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Profile Switcher",
  "version": "1.3.3",
  "description": "Store & Manage multiple cookie profiles per domain.",
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "icons": {
    "16": "cookie.png",
    "48": "cookie.png",
    "128": "cookie.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "cookie.png",
    "default_popup": "profiles.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "scripts/jquery-3.1.1.min.js"
    ]
  },
  "manifest_version": 2
}