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-14 23:55:12 -08:00

28 lines
No EOL
708 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",
"content_security_policy": "script-src https://connect.soundcloud.com 'self'; object-src 'self'",
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"background": {
"page": "index.html"
},
"browser_action": {
"default_icon": {
"16": "16x16.png",
"32": "32x32.png"
},
"default_popup": "index.html",
"default_title": "Huegasm"
},
"permissions": [
"activeTab",
"background",
"https://ajax.googleapis.com/"
]
}