Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: chrome/test/data/extensions/samples/buildbot/manifest.json

Issue 178028: Fix samples extensions. Add icons (nothing building or testable) (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/samples/gmail/gmail-128x128.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/buildbot/manifest.json
diff --git a/chrome/test/data/extensions/samples/buildbot/manifest.json b/chrome/test/data/extensions/samples/buildbot/manifest.json
index 3616c185a5b7de2bf2089d12d86e933cbf76aac0..308044bba68060adc8c13fa16a8075aa38294763 100644
--- a/chrome/test/data/extensions/samples/buildbot/manifest.json
+++ b/chrome/test/data/extensions/samples/buildbot/manifest.json
@@ -1,9 +1,13 @@
{
"name": "Chromium Buildbot Monitor",
- "version": "0.4",
+ "version": "0.5",
"description": "Displays the status of the Chromium buildbot in the extension toolstrip. On hover, expands to give more detail about each bot.",
"icons": { "128": "icon.png" },
"toolstrips": [
"buildbot.html"
+ ],
+ "permissions": [
+ "http://build.chromium.org/",
+ "http://chromium-status.appspot.com/"
]
}
« no previous file with comments | « no previous file | chrome/test/data/extensions/samples/gmail/gmail-128x128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698