Examine source code of Nice Pull

Inspect and view changes in Nice Pull source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Nice Pull",
  "version": "1.4",
  "description": "Gives GitHub PR commits nice default names.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/pull/*"
      ],
      "js": [
        "nicepull.js"
      ]
    }
  ]
}