1
0
Fork
You've already forked ff-addon-container-manager
0
No description
  • HTML 36%
  • JavaScript 33.8%
  • Nix 25.7%
  • CSS 4.5%
2025年08月17日 15:48:25 +09:00
containermanager POC that retrieves the identities (containers) information and print to console when button is clicked. 2025年08月17日 01:23:21 +09:00
.gitignore Add tmp/ directory to gitignore 2025年08月17日 01:21:48 +09:00
flake.lock Make web-ext available in the environment 2025年08月16日 22:28:39 +09:00
flake.nix Make pnpm available 2025年08月17日 15:48:25 +09:00
README.md POC that retrieves the identities (containers) information and print to console when button is clicked. 2025年08月17日 01:23:21 +09:00

Developing

Activating the environment

nix develop -c "$SHELL"

web-ext

Documentation:

https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/

Lint:

web-ext lint

This will test the extension to see if there are any errors.

web-ext run --firefox=librewolf

TODO

  • Create a flake that makes web-ext available.