Bugzilla Triage Helper Firefox

Examine source code of Bugzilla Triage Helper

Inspect and view changes in Bugzilla Triage Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bugzilla Triage Helper",
  "version": "0.2.12resigned1",
  "background": {
    "scripts": [
      "actions.js",
      "bg.js"
    ]
  },
  "description": "A tool to provide consistent triage tools across the Firefox organisation in Mozilla",
  "permissions": [
    "activeTab",
    "alarms",
    "storage"
  ],
  "browser_action": {
    "default_title": "Bugzilla Triage Helper Configuration",
    "default_icon": {
      "48": "question.svg"
    }
  },
  "icons": {
    "48": "question.svg"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://bugzilla.mozilla.org/show_bug*",
        "https://bugzilla.mozilla.org/process_bug*",
        "https://bugzilla-dev.allizom.org/show_bug*",
        "https://bugzilla-dev.allizom.org/process_bug*"
      ],
      "js": [
        "actions.js",
        "additional.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "config.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ad348e88-bb93-4af4-a7e4-213c0a3eb7b5}"
    }
  }
}

Best Bugzilla Triage Helper Alternatives

Here are some Firefox add-ons that are similar to Bugzilla Triage Helper: