Review of "Librewolf Profiles" version 1

Details Page Preview

Easily launch Librewolf with your favorite profile right from the indicator menu! Supports Librewolf (regular, snap, and flatpak). Note: This extension is not sponsored, endorsed, or affiliated with Mozilla, Firefox, or Librewolf; it's just pure profile-switching convenience!

Extension Homepage
https://codeberg.org/Philo/librewolf-profiles

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • extension.js:43
    GLib.file_get_contents(path)

All Versions

Version Status
1 Rejected

Previous Reviews on this Version

SriramRamkrishna rejected
the shexli linter has a few issues. Please pip3 install shexli and then run it against your extension and fix whatever the output are. If you find some false errors, just let us know that when you resubmit. Thanks.