Leap Scroll

Leap Scroll

Scrolling pages thanks to the orientation of the hand with the Leap

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Leap Scroll",
  "description": "Scrolling pages thanks to the orientation of the hand with the Leap",
  "version": "0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "jquery.js",
        "leap.js",
        "leap-scroll.js"
      ]
    }
  ]
}