32 lines
No EOL
649 B
JSON
32 lines
No EOL
649 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Huegasm",
|
|
"description": "Manage and synchronize your Philips Hue lights with the beat of your music.",
|
|
"version": "1.0",
|
|
"icons": {
|
|
"16": "16x16.png",
|
|
"48": "48x48.png",
|
|
"128": "128x128.png"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"dancer.js",
|
|
"jquery-3.1.1.min.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/"
|
|
]
|
|
} |