| OLD | NEW |
| 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 } |
| OLD | NEW |