Starting analysis...
https://clients2.google.com/service/update2/crx | https://raw.githubusercontent.com/0x00019913/HairOnScreen/master/assets/h6.png |
{ "name": "Hair on Screen", "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", "128": "assets/icons/icon128.png" }, "action": { "default_icon": "assets/icons/icon128.png" }, "author": "Anton Bovin | Ported to MV3 by ZenithKnight", "version": "0.0.0.2", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Displays a helpful hair on the screen", "permissions": [ "contextMenus", "storage" ], "content_scripts": [ { "js": [ "content_script.js" ], "css": [ "content_script_style.css" ], "matches": [ "http://*/*", "https://*/*" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets/*" ] } ] }