WebHID for Firefox Firefox

Examine source code of WebHID for Firefox

By: Sainan
Inspect and view changes in WebHID for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebHID for Firefox",
  "description": "Provides the WebHID API by connecting to a local server (needs to be installed separately).",
  "homepage_url": "https://github.com/Sainan/WebHID-for-Firefox",
  "version": "0.2.3",
  "author": "Sainan",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://wootility.io/",
    "https://beta.wootility.io/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8badf7fe-c0e0-464b-a329-1411c3b3651a}"
    }
  }
}

Best WebHID for Firefox Alternatives

Here are some Firefox add-ons that are similar to WebHID for Firefox: