Starting analysis...
https://chromewebstore.google.com/search/micpob | https://clients2.google.com/service/update2/crx | |
http://www.inkscape.org/ | http://www.w3.org/2000/svg | |
http://www.inkscape.org/namespaces/inkscape | http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd |
{ "name": "__MSG_extension_name__", "icons": { "16": "Res/Icons/icon16.png", "24": "Res/Icons/icon24.png", "32": "Res/Icons/icon32.png", "48": "Res/Icons/icon48.png", "64": "Res/Icons/icon64.png", "128": "Res/Icons/icon128.png" }, "action": { "default_icon": { "16": "Res/Icons/icon16.png", "24": "Res/Icons/icon24.png", "32": "Res/Icons/icon32.png", "48": "Res/Icons/icon48.png", "64": "Res/Icons/icon64.png", "128": "Res/Icons/icon128.png" } }, "version": "2.6", "background": { "service_worker": "bg-wrapper.js" }, "options_ui": { "page": "Options/options.html", "open_in_tab": true }, "short_name": "CpyOnSlc", "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extension_description__", "permissions": [ "clipboardRead", "clipboardWrite", "storage", "contextMenus" ], "default_locale": "en", "content_scripts": [ { "js": [ "injectScript.js" ], "run_at": "document_end", "matches": [ "*://*/*" ], "all_frames": true, "match_about_blank": true } ], "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "Res/copied.svg" ] } ] }