Github Launch

Github Launch

The biggest merge button one can imagine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Github Launch",
  "description": "The biggest merge button one can imagine.",
  "version": "1.0.1",
  "author": "Patrick Cason <[email protected]>",
  "homepage_url": "https://github.com/cereallarceny/github-launch-button",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ]
}