Dependency Security Scanner OM Firefox

Examine source code of Dependency Security Scanner OM

Inspect and view changes in Dependency Security Scanner OM 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": "1.3",
  "description": "Scan web dependencies for known vulnerabilities with live CVE checks and history tracking.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "alarms",
    "notifications",
    "https://registry.npmjs.org/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "Dependency Security Scanner",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0aa7d31e-2a67-4aaa-8eb0-13af2da59f05}"
    }
  }
}

Best Dependency Security Scanner OM Alternatives

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