{ "name": "Audio Portal", "version": "0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Play music from the audio portal from Newgrounds in the HTML5 audio player.", "browser_action": { "default_icon": "icon.png", "default_title": "Audio Player" }, "permissions": [ "http://*/*","https://*/*", "tabs" ], "background_page": "background.html" }