Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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 }