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..3a84249bba1360c65ff4730ceb53eaadd76e3970 100644 |
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json |
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json |
@@ -4,7 +4,11 @@ |
"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", |