GitHub PRs in home page Firefox

Examine source code of GitHub PRs in home page

Inspect and view changes in GitHub PRs in home page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub PRs in home page",
  "version": "1.2",
  "description": "Adds the table in the pull requests page to the home page",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://github.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-pr-in-home-page@airamhr"
    }
  }
}

Best GitHub PRs in home page Alternatives

Here are some Firefox add-ons that are similar to GitHub PRs in home page: