AutoLights

AutoLights

Automaticly controls your Hue lights based on Plex interaction

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_shortname__",
  "description": "__MSG_description__",
  "version": "0.1.50322",
  "minimum_chrome_version": "38",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "assets/al_tv_off.png"
  },
  "icons": {
    "19": "assets/al_tv_on_pause.png",
    "128": "assets/auto-lights128.png"
  },
  "permissions": [
    "tabs",
    "alarms",
    "<all_urls>",
    "notifications",
    "storage",
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "default_locale": "en"
}