Examine source code of Github List Bugzilla Bugs

Inspect and view changes in Github List Bugzilla Bugs 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": "github-list-bugs",
  "version": "1.1resigned1",
  "description": "Add Bugzilla links to a Github compare view.",
  "icons": {
    "48": "icons/github-list-bugs-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/compare/*"
      ],
      "js": [
        "list-bugs.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-kJuBpCM0xasMPQ@jetpack"
    }
  }
}