Open Source Library Security Firefox

Examine source code of Open Source Library Security

Inspect and view changes in Open Source Library Security source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open Source Library Security",
  "version": "1.0",
  "description": "Automatically update and check the security of open-source libraries.",
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "default_icon": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{415ba12d-d73b-4ad6-8010-ff75e6d611ae}"
    }
  }
}

Best Open Source Library Security Alternatives

Here are some Firefox add-ons that are similar to Open Source Library Security: