GitHub Username Highlighter Firefox

Examine source code of GitHub Username Highlighter

Inspect and view changes in GitHub Username Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Username Highlighter",
  "version": "1.0.0",
  "description": "Highlight arbitrary usernames on the GitHub merge queue",
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@github-username-highlighter",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/queue"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best GitHub Username Highlighter Alternatives

Here are some Firefox add-ons that are similar to GitHub Username Highlighter: