{ "manifest_version": 2, "name": "Huegasm for Philips Hue Lights", "short_name": "Huegasm", "description": "Manage and synchronize your Philips Hue lights with the beat of your music.", "version": "1.0.7", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "dancer.js", "background.js" ] }, "browser_action": { "default_icon": { "16": "16x16.png", "32": "32x32.png" }, "default_popup": "index.html", "default_title": "Huegasm" }, "externally_connectable": { "matches": [ "http://www.huegasm.com/*", "http://localhost:*/*" ] }, "permissions": [ "activeTab", "tabCapture", "storage", "https://ajax.googleapis.com/" ] }