Better GitHub Firefox

Examine source code of Better GitHub

Inspect and view changes in Better GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Github",
  "version": "1.2.0",
  "description": "Enhance your code reading experience on GitHub",
  "content_scripts": [
    {
      "js": [
        "better-github.js"
      ],
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Better Github",
    "default_icon": "./assets/favicon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./assets/icon16.png",
    "48": "./assets/icon48.png",
    "128": "./assets/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "better-github@ceoshikhar.com",
      "strict_min_version": "80.0"
    }
  }
}

Best Better GitHub Alternatives

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