{ "name": "ChromeSound", "version": "0.1", "description": "ChromeSound is a SoundCloud app that lets you listen to your favourite tracks", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "popup": "popup.html", "default_title" : "SoundCloud" }, "permissions": [ "http://*/*", "http://*.soundcloud.com/*", "tabs" ], "background_page": "background.html" }