This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/chrome/public/manifest.json

32 lines
No EOL
672 B
JSON

{
"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.3",
"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"
},
"permissions": [
"activeTab",
"tabCapture",
"storage",
"https://ajax.googleapis.com/"
]
}