Project pull requests for github Firefox

Examine source code of Project pull requests for github

Inspect and view changes in Project pull requests for github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Project pull requests for github",
  "version": "0.0.0.3",
  "description": "Adds link to pullrequests on your own github projects",
  "manifest_version": 2,
  "author": "Bendik Knapstad",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}

Best Project pull requests for github Alternatives

Here are some Firefox add-ons that are similar to Project pull requests for github: