GitHub PRs Display Target Branch Firefox

Examine source code of GitHub PRs Display Target Branch

By: Asgrim
Inspect and view changes in GitHub PRs Display Target Branch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub PRs Display Target Branch",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "/content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c9aff85-61d3-4526-a40f-265271e828dd}"
    }
  }
}

Best GitHub PRs Display Target Branch Alternatives

Here are some Firefox add-ons that are similar to GitHub PRs Display Target Branch: