Chromium Buildbot Monitor

Chromium Buildbot Monitor

Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chromium Buildbot Monitor",
  "version": "0.9.0",
  "description": "Displays the status of the Chromium buildbot in the toolbar.  Click to see more detailed status in a popup.",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "utils.js",
      "prefs.js",
      "try_status.js",
      "active_issues.js",
      "bg.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage",
    "http://build.chromium.org/",
    "http://chromium-status.appspot.com/",
    "https://codereview.chromium.org/"
  ],
  "browser_action": {
    "default_title": "",
    "default_icon": "chromium.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "manifest_version": 2
}