Starting analysis...
Version 0.2.2 View in Chrome Web Store
http://mozilla.org/MPL/2.0/. | https://clients2.google.com/service/update2/crx | |
https://webextension.org/listing/cookie-editor.html | http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd | |
http://www.w3.org/2000/svg | http://www.w3.org/1999/xlink | |
https://github.com/joue-quroi/Resizable |
{ "name": "CookieManager - Cookie Editor", "icons": { "16": "/data/icons/16.png", "32": "/data/icons/32.png", "48": "/data/icons/48.png", "64": "/data/icons/64.png", "128": "/data/icons/128.png", "256": "/data/icons/256.png", "512": "/data/icons/512.png" }, "action": { "default_popup": "/data/popup/index.html" }, "version": "0.2.2", "commands": { "_execute_action": {} }, "background": { "service_worker": "worker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_description__", "permissions": [ "cookies", "storage", "scripting", "contextMenus" ], "homepage_url": "https://webextension.org/listing/cookie-editor.html", "default_locale": "en", "host_permissions": [ "*://*/*" ], "manifest_version": 3 }