An add-on which allows sending torrent files to web clients.
The Add-on currently supports the following clients:
- Deluge
- qBittorrent
- ruTorrent
- Transmission/Vuze/Azureus
-
Install dependencies:
npm i
-
Run continuous build:
npm start
-
Start hot-reloading instance in Firefox (use separate terminal):
npm run browser
To build the extension, run npm run build
, the resulting zip file can then be found in the web-ext-artifacts
directory.