HP Wolf Security Extension

HP Wolf Security Extension

Safe internet browsing with HP Wolf Security.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "28.0.0.5",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "service_worker": "main.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "scripts/content-script/main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "alarms",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "nativeMessaging",
    "storage",
    "downloads",
    "contextMenus",
    "history",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "blocked-page.html",
        "blocked-file-page.html",
        "external-app-link-page-v1.html",
        "icons/ip16.png",
        "HPSimplified_Lt.ttf",
        "scripts/external-app/main.js",
        "scripts/external-app/external-app-link-checker.js"
      ],
      "matches": [
        "<all_urls>",
        "file://*"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [],
    "matches": []
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}