Huegasm Lite

Huegasm Lite

Manage your Philips Hue lights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Huegasm Lite",
  "short_name": "Huegasm Lite",
  "description": "Manage your Philips Hue lights.",
  "version": "1.2.0",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "16x16.png",
      "32": "32x32.png"
    },
    "default_popup": "index.html",
    "default_title": "Huegasm Lite"
  },
  "commands": {
    "simulate-kick": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Flash the lights"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage"
  ]
}