Bugzilla Links in Gmail Firefox

Examine source code of Bugzilla Links in Gmail

Inspect and view changes in Bugzilla Links in Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bugzilla Links in Gmail",
  "version": "1.0.3",
  "description": "Add links to Bugzilla in Gmail",
  "homepage_url": "http://github.com/wagnerand/gmail-bugzilla-links",
  "browser_specific_settings": {
    "gecko": {
      "id": "gmail-bugzilla-links@andreaswagner.org"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content-gmail.js"
      ],
      "css": [
        "content-gmail.css"
      ]
    }
  ],
  "commands": {
    "open-bugzilla-link": {
      "suggested_key": {
        "default": "Ctrl+Shift+B",
        "mac": "MacCtrl+Shift+B"
      },
      "description": "Open the current bugmail in Bugzilla"
    }
  }
}

Best Bugzilla Links in Gmail Alternatives

Here are some Firefox add-ons that are similar to Bugzilla Links in Gmail: