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 Clone", "version": "1.0", "description": "Save current cookies and reuse anytime you want!", "permissions": [ "tabs", "<all_urls>", "cookies", "unlimitedStorage", "storage" ], "background": { "scripts": [ "lib\/object-watch.js", "lib\/jquery.js", "js\/cookie_helpers.js", "js\/background.js", "js\/utils.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/app_icon16.png", "32": "images\/app_icon32.png", "48": "images\/app_icon48.png", "128": "images\/app_icon128.png" }, "default_title": "EditThisCookie", "default_popup": "popup.html" }, "icons": { "16": "images\/app_icon16.png", "32": "images\/app_icon32.png", "48": "images\/app_icon48.png", "128": "images\/app_icon128.png" }, "manifest_version": 2 }