Huegasm for Philips Hue Lights

Huegasm for Philips Hue Lights

Manage and synchronize your Philips Hue lights with the beat of your music or your screen.

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 for Philips Hue Lights",
  "short_name": "Huegasm",
  "description": "Manage and synchronize your Philips Hue lights with the beat of your music or your screen.",
  "version": "3.0.0",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "background": {
    "scripts": [
      "deps.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "16x16.png",
      "32": "32x32.png"
    },
    "default_popup": "index.html",
    "default_title": "Huegasm"
  },
  "commands": {
    "start-listening-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+A"
      },
      "description": "Start listening to the active tab"
    },
    "start-listening-system": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z"
      },
      "description": "Start listening to the system"
    },
    "stop-listening": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "Stop listening"
    },
    "simulate-kick": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Flash the lights"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh3vTQ6TRNks+FBbXoN1tGiZmWLPBu8qsorwlmFdBDvmqclFbnQS4Em9xOtoSFvEYj10vR4xeGZSAcRDrcZr9H26MgAKfiWoSIl3ygwtFfF3DfT8vwAu9wAxQa3MxrnAXx/sh6SP0HY5qwaPOxccJL8SClgxNmQeA+cqlp5DYvGyN1lohNDdpT61+pCu3Y30aduBXXlXKwM2JaDAtTySXEAbighNCeo7nhPZGl441V7kzKtCRaIXVdRLcj94zAd8pduoLk07hRYPluuGJjA+YPHNQy3sGRSMoil0FqTcute/1lIVPBd68IDvrprV8xXbNWEZ3wExlu/jegsHuEfGzjwIDAQAB",
  "permissions": [
    "desktopCapture",
    "tabCapture",
    "storage",
    "identity"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}