Github Repository Size Firefox

Examine source code of Github Repository Size

Inspect and view changes in Github Repository Size source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Repo Size",
  "author": "Matthieu Harlé",
  "homepage_url": "https://github.com/Shywim/github-repo-size",
  "version": "1.7.0",
  "description": "Add repository size to their github homepage.",
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-repo-size@mattelrah.com"
    }
  },
  "icons": {
    "32": "icon/icon.svg",
    "48": "icon/icon.svg",
    "64": "icon/icon.svg",
    "96": "icon/icon.svg",
    "128": "icon/icon.svg",
    "256": "icon/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "permissions": [
    "*://api.github.com/repos/*",
    "storage"
  ]
}

Best Github Repository Size Alternatives

Here are some Firefox add-ons that are similar to Github Repository Size: