GitHub Avatars Firefox

Examine source code of GitHub Avatars

Inspect and view changes in GitHub Avatars source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Avatars",
  "version": "0.4",
  "description": "Increases the size of user avatars in GitHub issues",
  "permissions": [
    "https://github.com/*"
  ],
  "author": "Michal Skoula",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9f1f9038-dead-431f-8b77-b79a66bc1823}"
    }
  }
}

Best GitHub Avatars Alternatives

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