Clickable dependabot commands

Clickable dependabot commands

Adds buttons for each dependabot command in the initial Pull Request description on github.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clickable dependabot commands",
  "version": "0.3.4",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "clickable-commands.js"
      ]
    }
  ]
}