GitHub Auto Update Branch Firefox

Examine source code of GitHub Auto Update Branch

Inspect and view changes in GitHub Auto Update Branch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Auto Update Branch",
  "version": "1.0",
  "description": "Automatically clicks the Update branch button on GitHub PRs.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-auto-update-branch@pullrequestupdater.local",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GitHub Auto Update Branch Alternatives

Here are some Firefox add-ons that are similar to GitHub Auto Update Branch: