Kaspersky Protection

Kaspersky Protection

Manage protection right in your browser window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ExtensionName__",
  "version": "2.9.34.35",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "default_locale": "en",
  "description": "__MSG_ExtensionDescription__",
  "background": {
    "scripts": [
      "background/browsers_api.js",
      "background/nms_transport.js",
      "background/json.js",
      "background/common.js",
      "background/md5.js",
      "background/mutation_observer.js",
      "background/nm_transport.js",
      "background/session.js",
      "background/popup_window.js",
      "background/extension.js",
      "background/background_anti_banner.js",
      "background/anti_banner_background.js",
      "background/enhance_extension.js",
      "background/browser_cookie.js",
      "background/popup_background.js",
      "background/web_navigation.js",
      "background/xhr_tracker.js",
      "background/dom_parser_backround.js",
      "background/user_feedback_background.js",
      "background/request_monitor.js",
      "background/ptp_background.js",
      "background/extension_remover_background.js",
      "background/session_starter.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/button/inactive_19.png",
      "38": "images/button/inactive_38.png"
    },
    "default_title": "__MSG_ToolbarButtonText__",
    "default_popup": "/popup/popup.html"
  },
  "content_security_policy": "script-src 'self'; connect-src 'self' https://*.scr.kaspersky-labs.com; object-src 'self'",
  "permissions": [
    "nativeMessaging",
    "management",
    "cookies",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "snapshot_resources/*",
    "additional/scriptlets.js",
    "additional/extension_remover.html",
    "additional/extension_remover.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/browsers_api.js",
        "content/json.js",
        "content/common.js",
        "content/md5.js",
        "content/mutation_observer.js",
        "content/nm_transport.js",
        "content/session.js",
        "content/password-strength-checker.js",
        "content/NeedToShowBalloon.js",
        "content/password_control.js",
        "content/password_control_balloon.js",
        "content/content_blocker.js",
        "content/focus_change_observer.js",
        "content/main.js",
        "content/main_mac.js",
        "content/protectable_element_detector.js",
        "content/secure_input_tooltip.js",
        "content/virtual_keyboard_balloon.js",
        "content/virtual_keyboard_common.js",
        "content/virtual_keyboard_input_icon.js",
        "content/abp_filters_processor.js",
        "content/css_anti_banner.js",
        "content/url_advisor.js",
        "content/url_advisor_balloon.js",
        "content/web_session_monitor.js",
        "content/search_activity.js",
        "content/compromised_account.js",
        "content/website_credentials.js",
        "content/kpm_promo.js",
        "content/kpm_promo_balloon.js",
        "content/cookie_notice_selector.js",
        "content/dom_parser_lib_script.js",
        "content/balloon2.js",
        "content/webpage.js",
        "content/phishing_content.js",
        "content/frame_info_provider.js",
        "content/document.js",
        "content/visited_sites.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://www.bing.com/*",
        "https://www.bing.com/*"
      ],
      "js": [
        "content/url_advisor_bing.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2
}