diff options
author | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 22:21:22 +0000 |
---|---|---|
committer | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 22:21:22 +0000 |
commit | 4091a1b6c069d02a08ff1e93dd3effec8f33b6d3 (patch) | |
tree | f477ee0c2ac44f955b309f5583c0fde8bec993f6 /chrome/common/extensions | |
parent | bd37ebadede7874be585ec28ad223d0adc2db2e9 (diff) | |
download | chromium_src-4091a1b6c069d02a08ff1e93dd3effec8f33b6d3.zip chromium_src-4091a1b6c069d02a08ff1e93dd3effec8f33b6d3.tar.gz chromium_src-4091a1b6c069d02a08ff1e93dd3effec8f33b6d3.tar.bz2 |
updated buildbot to test updates
BUG=none
TEST=none
TBR=asargent
Review URL: http://codereview.chromium.org/442016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json index 5e0349c..4308433 100644 --- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json +++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json @@ -1,13 +1,12 @@ { "name": "Chromium Buildbot Monitor", - "version": "0.7.1", - "description": "Displays the status of the Chromium buildbot in the toolbar. On hover, expands to give more detail about each failing bot.", + "version": "0.7.3", + "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_page": "bg.html", "permissions": [ "http://build.chromium.org/", - "http://chromium-status.appspot.com/", - "http://chrome-buildbot.corp.google.com/" + "http://chromium-status.appspot.com/" ], "browser_action": { "default_title": "", |