{ "name": "Background News", "description": "Sample application that uses Google Chrome 10's new background feature.", "version": "0.0.2", "icons": { "16": "images/icons/newspaper-icon256.png", "48": "images/icons/newspaper-icon256.png", "128": "images/icons/newspaper-icon128.png" }, "app": { "urls": [ "http://html5-demos.appspot.com/bgnews/" ], "launch": { "web_url": "http://html5-demos.appspot.com/bgnews/index.html" } }, "permissions": [ "background", "unlimitedStorage" ] }