DellDisco

DellDisco

Control the light on your Dell Chromebook 9! Pick from 7 intense colours! Get down with Disco Mode! Not affiliated with Dell.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DellDisco",
  "short_name": "DellDisco",
  "description": "Control the light on your Dell Chromebook 9! Pick from 7 intense colours! Get down with Disco Mode!\nNot affiliated with Dell.",
  "version": "0.0.2",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "hid",
    {
      "usbDevices": [
        {
          "vendorId": 1240,
          "productId": 2856
        },
        {
          "vendorId": 1240,
          "productId": 256
        }
      ]
    }
  ]
}