Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "Trellix Endpoint Security Web Control", "version": "10.7.0.5779", "manifest_version": 3, "description": "Web Control", "default_locale": "en", "icons": { "128": "images\/128.png" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "background": { "service_worker": "mcafee_wa_bkground.js", "type": "module" }, "action": { "default_icon": "images\/nb_button_grey.gif", "default_popup": ".\/html\/popup.html", "default_title": "Trellix Endpoint Security Web Control" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "sizzle.js" ], "run_at": "document_start", "all_frames": true }, { "all_frames": true, "js": [ "punycode.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "mcafee_wa_coreengine.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "mcafee_wa_contentplg.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "webRequest", "tabs", "nativeMessaging", "downloads", "cookies", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "html\/*.html", "images\/*.png", "images\/*.gif", "json\/*.json", "Resources\/mcafee.gif" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }