By: Mohsen Bahman Add-on
Inspect and view changes in GitHub PR Configurator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "GitHub PR Configurator",
"description": "Easily choose a template and required labels for your pull requests based on the repository name and the branch prefix.",
"version": "1.0.2",
"manifest_version": 2,
"permissions": [
"https://*/*",
"activeTab",
"scripting",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"24": "assets/git-pr-24.png",
"128": "assets/git-pr-128.png"
},
"background": {
"scripts": [
"main.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{db6337ac-aa07-4a3a-b05f-b022207f4ff6}"
}
}
} Best GitHub PR Configurator Alternatives
Here are some Firefox add-ons that are similar to GitHub PR Configurator:
GitHub PRs Display Target Branch
Asgrim
PR Templates for GitHub
Trần Xuân Thắng
Git Pull Request Templates
Tylerc
Nice Pull
Jay Harris
Github Story
Dmytro Striletskyi
SC GitHub Helper
Paul Rogers (SC)
GitHub PR info Slack formatter
Jairo Santos
PR2R
daf
Trello branch name
Thomas Thiebaud
GitHub Release Notes Compiler
Saurabh
GitHub pull request branch quick select
Rob Green
GitHub - Branch Scroll
Firefox user 14553953