Jenkins Build Watcher Firefox

Examine source code of Jenkins Build Watcher

Inspect and view changes in Jenkins Build Watcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Jenkins Build Watcher",
  "version": "0.0.4resigned1",
  "description": "A Firefox addon that shows the status of your Jenkins build.",
  "icons": {
    "16": "images/jenkins-16.png",
    "32": "images/jenkins-32.png",
    "48": "images/jenkins-48.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "images/jenkins-32.png",
    "default_title": "Jenkins Build Watcher"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "alarms",
    "notifications"
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "applications": {
    "gecko": {
      "id": "jenkins-build-watcher@jonas-hellmann.de"
    }
  }
}

Best Jenkins Build Watcher Alternatives

Here are some Firefox add-ons that are similar to Jenkins Build Watcher: