ChromeHue for Philips Hue

ChromeHue for Philips Hue

Full-featured Philips Hue remote for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.4",
  "name": "ChromeHue for Philips Hue",
  "short_name": "ChromeHue",
  "manifest_version": 2,
  "description": "Full-featured Philips Hue remote for Chrome",
  "browser_action": {
    "default_title": "ChromeHue",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "page": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.meethue.com  https://ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}