CVE Finder

CVE Finder

Find CVEs easily by product name, vendor, and the specific version

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CVE Finder",
  "version": "1.6",
  "description": "Find CVEs easily by product name, vendor, and the specific version",
  "action": {
    "default_icon": "images/icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "host_permissions": [
    "https://nvd.nist.gov/*"
  ]
}