Dependency Security Scanner Firefox

Examine source code of Dependency Security Scanner

제작자: Rahil Saini Add-on
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}"
    }
  }
}

최고의 Dependency Security Scanner 대안

다음은 Dependency Security Scanner과(와) 유사한 Firefox add-on입니다: