Starting analysis...
https://clients2.google.com/service/update2/crx |
{ "name": "__MSG_app_name__", "icons": { "128": "assets/icons/icon1_5.png" }, "action": { "default_icon": "assets/icons/icon1_1.png", "default_title": "__MSG_app_name__" }, "author": "Vadagon", "version": "2.0.1", "background": { "type": "module", "service_worker": "background.bundle.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_app_description__", "permissions": [ "tabCapture", "activeTab", "storage", "offscreen" ], "default_locale": "en", "content_scripts": [ { "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "matches": [ "http://*/*", "https://*/*", "<all_urls>" ] } ], "host_permissions": [ "http://*/*", "https://*/*", "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [], "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ] } ] }