Displays your IP address and VPN status in the top panel
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. You shouldn't use spawn command to check whether an app is installed (line 79 `extension.js`): ```js GLib.find_program_in_path("tailscale"); ``` 3. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup (`extension.js` only).
thanks for feedback, I've uploaded a new version