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
2017-02-15 23:44:58 -08:00

32 lines
No EOL
676 B
JSON

{
"manifest_version": 2,
"name": "Huegasm",
"description": "Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.",
"version": "1.0",
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"background": {
"background": {
"scripts": [
"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/"
]
}