Dependabot Vulnerability List

Dependabot Vulnerability List

See all Dependabot alerts for one or more Github organizations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dependabot Vulnerability List",
  "description": "See all Dependabot alerts for one or more Github organizations.",
  "version": "1.0.4",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/dependabot16.png",
      "32": "img/dependabot32.png",
      "48": "img/dependabot48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}