Index: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json |
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json |
index d2ba004369d89d20f48fd11b967b4453993075d9..37eea10f4a94df51f8298aa6b0c4e3c6178a553b 100644 |
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json |
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json |
@@ -1,10 +1,14 @@ |
{ |
"name": "Chromium Buildbot Monitor", |
- "version": "0.8.1", |
+ "version": "0.8.2", |
"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", "bg.js"] |
+ "scripts": ["utils.js", |
+ "prefs.js", |
+ "try_status.js", |
+ "active_issues.js", |
+ "bg.js"] |
}, |
"permissions": [ |
"notifications", |