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

Side by Side 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, 3 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Chromium Buildbot Monitor", 2 "name": "Chromium Buildbot Monitor",
3 "version": "0.4", 3 "version": "0.5",
4 "description": "Displays the status of the Chromium buildbot in the extension toolstrip. On hover, expands to give more detail about each bot.", 4 "description": "Displays the status of the Chromium buildbot in the extension toolstrip. On hover, expands to give more detail about each bot.",
5 "icons": { "128": "icon.png" }, 5 "icons": { "128": "icon.png" },
6 "toolstrips": [ 6 "toolstrips": [
7 "buildbot.html" 7 "buildbot.html"
8 ],
9 "permissions": [
10 "http://build.chromium.org/",
11 "http://chromium-status.appspot.com/"
8 ] 12 ]
9 } 13 }
OLDNEW
« 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