Dependency Security Scanner Firefox

Examine source code of Dependency Security Scanner

Inspect and view changes in Dependency Security Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dependency Security Scanner",
  "version": "0.2.0",
  "description": "Scans project dependencies for known vulnerabilities and alerts users. Compatible with Chrome, Firefox, and Microsoft Edge.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "notifications",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gitlab.com/*",
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/Logo.png",
      "48": "icons/Logo.png",
      "128": "icons/Logo.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/Logo.png",
    "48": "icons/Logo.png",
    "128": "icons/Logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{db978a96-84d3-4ec2-bb55-43bb2156dbdc}"
    }
  }
}

Best Dependency Security Scanner Alternatives

Here are some Firefox add-ons that are similar to Dependency Security Scanner: