Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "homepage_url": "https:\/\/www.withsecure.com\/", "version": "5.0.38", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "img\/store_icon.png" }, "action": { "default_popup": "menu\/popup_default.html", "default_icon": "img\/128_icon_lightmode.png" }, "permissions": [ "tabs", "nativeMessaging", "webNavigation", "declarativeNetRequest", "storage", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "constants.js", "common_styles.js", "content_scripts\/nif2_schema_monitoring.js", "content_scripts\/nif2_breakpoint.js", "content_scripts\/nif2_util.js", "content_scripts\/nif2_ad_remover.js", "content_scripts\/nif2_balloon.js", "content_scripts\/nif2_rating_resources.js", "content_scripts\/nif2_main.js", "content_scripts\/nif2_pattern_match.js", "content_scripts\/nif2_elements.js", "trusted_shopping\/popup.js", "trusted_shopping\/trusted_shopping_main.js" ], "css": [ "content_scripts\/content.css" ] } ], "background": { "service_worker": "bg_loader.js" }, "web_accessible_resources": [ { "resources": [ "img\/*", "*.css" ], "matches": [ "<all_urls>" ] } ] }