BridgeWeaver Firefox

Examine source code of BridgeWeaver

By: Sanoris
Inspect and view changes in BridgeWeaver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bridge Weaver",
  "version": "1.0",
  "description": "Control Intiface-connected devices with on-page triggers.",
  "permissions": [
    "storage",
    "<all_urls>",
    "*://127.0.0.1/*"
  ],
  "background": {
    "scripts": [
      "buttplug.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "intiface-controller@example.com"
    }
  }
}

Best BridgeWeaver Alternatives

Here are some Firefox add-ons that are similar to BridgeWeaver: