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": 2,
  "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.13",
  "icons": {
    "128": "img/store_icon.png"
  },
  "browser_action": {
    "default_icon": "img/128_icon_lightmode.png"
  },
  "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"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "nativeMessaging",
    "webNavigation",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "management",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "browser_resolver.js",
      "constants.js",
      "common.js",
      "log.js",
      "rule_id.js",
      "ad_serving_domains.js",
      "ad_blocker.js",
      "native_messaging_app.js",
      "native_messaging.js",
      "data_pipeline_events.js",
      "referrer_cache.js",
      "safe_search_option.js",
      "permissions_monitor.js",
      "extension_status.js",
      "content_check.js",
      "ols_worker.js",
      "ols_main.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "50.0"
    }
  },
  "web_accessible_resources": [
    "img/*",
    "block_pages/block_banking.html",
    "block_pages/block_category.html",
    "block_pages/block_child.html",
    "block_pages/block_denied.html",
    "block_pages/block_general.html",
    "block_pages/block_harmful.html",
    "block_pages/block_illegal.html",
    "block_pages/block_suspicious.html",
    "*.css"
  ]
}