AudioScroll Extension

AudioScroll Extension

Scroll the page using hand gestures that are detected by a doppler speaker/microphone process

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AudioScroll Extension",
  "short_name": "AudioScroll",
  "author": "Harrison Green",
  "description": "Scroll the page using hand gestures that are detected by a doppler speaker/microphone process",
  "version": "1.0.0",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "iconOff38.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "inject.js"
    ]
  }
}