ZoneAlarm Web Secure Free

ZoneAlarm Web Secure Free

Protects users from advanced malware, phishing and zero-day attacks by performing real-time analysis

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ZoneAlarm Web Secure Free",
  "short_name": "ZoneAlarm",
  "version": "990.97.747",
  "ep_version": "",
  "manifest_version": 2,
  "homepage_url": "https://www.zonealarm.com/software/web-secure-free",
  "description": "Protects users from advanced malware, phishing and zero-day attacks by performing real-time analysis",
  "icons": {
    "16": "data/icons/CheckPointLogo_16.png",
    "48": "data/icons/CheckPointLogo_48.png",
    "128": "data/icons/CheckPointLogo_128.png"
  },
  "background": {
    "scripts": [
      "data/homoglyph.js",
      "data/psl.min.js",
      "data/common.js",
      "data/cryptoJS-sha1.js",
      "data/cryptoJS-lib-typedarrays-min.js",
      "data/cryptoJS-hmac-sha256.js",
      "data/cryptoJS-pbkdf2.js",
      "data/cryptoJS-aes.js",
      "data/utils.js",
      "data/caching.js",
      "data/cloud_auth.js",
      "data/fetch_wrapper.js",
      "data/telemetry.js",
      "data/web_reputation_feedback.js",
      "data/cp_cloud_service.js",
      "data/storage_schema.js",
      "data/storage_wrapper.js",
      "data/eventlog.js",
      "data/eventlog_dispatcher.js",
      "data/eventlog_aggregator.js",
      "data/eventlog_builder.js",
      "data/management.js",
      "data/web_reputation.js",
      "data/web_reputation_zp.js",
      "data/hooks.js",
      "data/logging_utils.js",
      "data/policy_utils.js",
      "data/product_utils.js",
      "data/file_protection.js",
      "data/edr_contract.js",
      "data/edr_data_aggregation.js",
      "data/password_reuse_background.js",
      "data/zero_phishing_background.js",
      "data/url_reputation_backgraund.js",
      "data/feature_flags.js",
      "data/smart_exclusions.js",
      "data/file_protection_upload.js",
      "data/web_reputation_ioc.js",
      "data/edr_data_upload.js",
      "data/networkRecord.js",
      "data/forensics_events.js",
      "data/periodic_events.js",
      "data/zlib.js",
      "data/background_utils.js",
      "data/url_filtering.js",
      "data/urlf_utils.js",
      "urlf.js",
      "page_filtering.js",
      "data/umd.js",
      "data/indexDB.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://suggest.zonealarm.com/ blob:; object-src 'self'",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "downloads.open",
    "storage",
    "unlimitedStorage",
    "notifications",
    "tabs",
    "activeTab",
    "history",
    "webNavigation",
    "contextMenus",
    "background",
    "<all_urls>",
    "identity",
    "alarms"
  ],
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "data/icons/CheckPointLogo_19.png"
    },
    "default_title": "ZoneAlarm Web Secure",
    "default_popup": "data/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "data/cryptoJS-sha1.js",
        "data/cryptoJS-lib-typedarrays-min.js",
        "data/homoglyph.js",
        "data/utils.js",
        "data/password_reuse_contentscript.js",
        "data/url_reputation_contentscript.js",
        "data/zero_phishing_contentscript.js",
        "data/upload_protection_contentscript.js",
        "data/dlp_contentscript.js",
        "data/contentscript_utils.js",
        "data/favicon_fetcher.js",
        "data/common.js",
        "data/hooks.js",
        "data/content_script.js"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "data/css/Toast.css",
    "data/icons/cancel.png"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "options_page": "data/options.html",
  "incognito": "split"
}