Browsing Protection by F-Secure

Browsing Protection by F-Secure

Extension for protecting encrypted browsing with security products by F-Secure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "homepage_url": "http://www.f-secure.com/en/web/home_global",
  "version": "5.5.11",
  "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": [
        "browser_resolver.js",
        "constants.js",
        "common.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/security_scan/payment_form_detector.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",
        "content_scripts/debug_info.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"
}