1{ 2 "name": "Chromium Buildbot Monitor", 3 "version": "0.7.6", 4 "description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.", 5 "icons": { "128": "icon.png" }, 6 "background_page": "bg.html", 7 "permissions": [ 8 "notifications", 9 "http://build.chromium.org/", 10 "http://chromium-status.appspot.com/" 11 ], 12 "browser_action": { 13 "default_title": "", 14 "default_icon": "chromium.png", 15 "popup": "popup.html" 16 }, 17 "options_page": "options.html" 18} 19