Skip to content

[feat] Display status of bitmaskd in status bar

Sukhbir Singh requested to merge azadi/bitmask_thunderbird:bitmask-status into master

Display the status of bitmaskd in Thunderbird's status bar by connecting to it using bitmask.js

If the connection is successful, display "bitmask is running" in green in the status bar.
If the connection is unsuccessful, display "bitmask is not running" in red in the status bar.

To test this, make an XPI using this commit, install it in Thunderbird,and then start/stop bitmaskd and look at the status bar.

Here is how it looks:

on

off

Edited by Sukhbir Singh

Merge request reports