DellRave

DellRave

Control the LED Light for the Dell Chromebook 9! Choose Your Own Light Pattern!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DellRave",
  "short_name": "DellRave",
  "description": "Control the LED Light for the Dell Chromebook 9! Choose Your Own Light Pattern!",
  "version": "0.0.7",
  "minimum_chrome_version": "38",
  "author": "Mikal Taliferro",
  "offline_enabled": true,
  "permissions": [
    "https://www.google-analytics.com/",
    "storage",
    "hid",
    {
      "usbDevices": [
        {
          "vendorId": 1240,
          "productId": 2856
        },
        {
          "vendorId": 1240,
          "productId": 2856
        }
      ]
    }
  ],
  "icons": {
    "16": "assets/cyan_icon_16.png",
    "128": "assets/cyan_icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}