By: upsuper
Inspect and view changes in Must Prioritize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Must Prioritize",
"version": "1.2resigned1",
"description": "Require selecting priority when filing bug to given components.",
"icons": {
"96": "icon-96.png"
},
"applications": {
"gecko": {
"id": "must-prioritize@upsuper.org",
"strict_min_version": "60.0"
}
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https://bugzilla.mozilla.org/enter_bug.cgi?*",
"https://bugzilla-dev.allizom.org/enter_bug.cgi?*"
],
"js": [
"must-prioritize.js"
]
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"background": {
"scripts": [
"background.js"
]
}
} Best Must Prioritize Alternatives
Here are some Firefox add-ons that are similar to Must Prioritize:
Meta Bugs
Nicolas B. Pierron
Bugzilla Request Flags
Jeff Griffiths
Bugzilla Triage Helper
Emma Humphries
BugzillaJS - Tweaks for Bugzilla
Gregory Koberger
Good First Bugsify
sole
BugzillaJS: Open all in Tabs
philipp-sumo
Propr
Achyudh Ram
BzHelper
Paul
Bugzilla Data Collector
marco
bugzilla
bmeier200