Status Update Notifier for Github Firefox

Examine source code of Status Update Notifier for Github

Inspect and view changes in Status Update Notifier for Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Status Update Notifier for Github",
  "version": "0.0.3",
  "icons": {
    "256": "/img/icon_256.png"
  },
  "description": "Shows notifications when Github commit status changes",
  "permissions": [
    "https://github.com/*",
    "https://*.github.com/*",
    "tabs",
    "storage",
    "notifications",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "./dist/content-script/content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/dist/background/background.js"
    ]
  },
  "options_ui": {
    "page": "/dist/options/options.html",
    "open_in_tab": true
  },
  "manifest_version": 2
}

Melhores alternativas Status Update Notifier for Github

Aqui estão algumas Firefox add-ons que são similares a Status Update Notifier for Github: