CVE Daily Lookup Firefox

Examine source code of CVE Daily Lookup

Inspect and view changes in CVE Daily Lookup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CVE Daily Lookup",
  "version": "1.2.5",
  "description": "Auto-detect CVE IDs on any page and link them to NVD. Supports GitHub, Jira, and SPAs.",
  "browser_specific_settings": {
    "gecko": {
      "id": "cvedaily-lookup@cvedaily.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "menus",
    "tabs",
    "storage",
    "alarms",
    "https://nvd.nist.gov/*",
    "https://api.lemonsqueezy.com/*",
    "https://cvedaily.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "CVE Daily Lookup",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best CVE Daily Lookup Alternatives

Here are some Firefox add-ons that are similar to CVE Daily Lookup: