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

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

Issue 330015: Update buildbot sample to work with newest APIs. (Closed)
Patch Set: Created 11 years, 1 month 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 | no next file » | 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.7", 3 "version": "0.7",
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 "background_page": "bg.html", 6 "background_page": "bg.html",
7 "permissions": [ 7 "permissions": [
8 "http://build.chromium.org/", 8 "http://build.chromium.org/",
9 "http://chromium-status.appspot.com/", 9 "http://chromium-status.appspot.com/",
10 "http://chrome-buildbot.corp.google.com/" 10 "http://chrome-buildbot.corp.google.com/"
11 ], 11 ],
12 "browser_action": { 12 "browser_action": {
13 "name": "Buildbot status", 13 "default_title": "",
14 "icons": ["chromium.png"], 14 "default_icon": "chromium.png",
15 "popup": "popup.html" 15 "popup": "popup.html"
16 } 16 }
17 } 17 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698