Github Repo Status Firefox

Examine source code of Github Repo Status

Inspect and view changes in Github Repo Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Provide activity overview for GitHub repositories",
  "manifest_version": 2,
  "name": "github-repo-status",
  "version": "1.0",
  "homepage_url": "https://github.com/pierluigi/github-repo-status-webextension",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": "icons/unknown.svg",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}

Best Github Repo Status Alternatives

Here are some Firefox add-ons that are similar to Github Repo Status: