WithSecure Elements VM Web Scan Recorder

WithSecure Elements VM Web Scan Recorder

WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WithSecure Elements VM Web Scan Recorder",
  "version": "2.5.0",
  "author": "WithSecure",
  "short_name": "Elements VM Web Scan Recorder",
  "description": "WithSecure Elements VM Web Scan plugin to record login steps and to limit the scope of the scan",
  "icons": {
    "48": "icons/icon-Radar48.png",
    "128": "icons/icon-Radar128.png"
  },
  "action": {
    "default_title": "WithSecure Elements VM Web Scan Recorder",
    "default_popup": "frontend/ui/popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "scripting",
    "storage",
    "activeTab",
    "webNavigation",
    "webRequest"
  ],
  "options_ui": {
    "page": "frontend/ui/options/options.html",
    "open_in_tab": true
  }
}