Phabricator in Bugzilla Firefox

Examine source code of Phabricator in Bugzilla

Inspect and view changes in Phabricator in Bugzilla source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Show phabricator requests in your bugzilla dashboard.",
  "manifest_version": 2,
  "name": "Phabricator in Bugzilla",
  "permissions": [
    "storage",
    "https://phabricator.services.mozilla.com/*"
  ],
  "version": "0.8",
  "content_scripts": [
    {
      "matches": [
        "https://bugzilla.mozilla.org/page.cgi?id=mydashboard.html"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7bc78b69-d167-49d8-b2f1-ae44325ee183}"
    }
  }
}

Best Phabricator in Bugzilla Alternatives

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