SPRK-CONTROLL

Control your Sphero robotic ball with a physical gamepad.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "SPRK-CONTROLL",
  "description": "Control your Sphero robotic ball with a physical gamepad.",
  "author": "Philippe Simpson",
  "version": "0.3.2",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "imgs/sphero-gamepad-16.png",
    "128": "imgs/sphero-gamepad-128.png"
  },
  "bluetooth": {
    "uuids": [
      "00001101-0000-1000-8000-00805f9b34fb"
    ],
    "socket": true
  },
  "short_name": "CONTROLL",
  "update_url": "https://clients2.google.com/service/update2/crx"
}