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": "Awesome Cookie Manager", "version": "3.0.0.1", "description": "Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "action": { "default_icon": "icon_19.png", "default_title": "Awesome Cookie Manager", "default_popup": "popup.html" }, "permissions": [ "cookies", "unlimitedStorage" ], "minimum_chrome_version": "88", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3 }