Browsing Protection by WithSecure

Extension for protecting encrypted browsing with security products by WithSecure.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "homepage_url": "https://www.withsecure.com/",
  "version": "5.0.38",
  "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>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}