No description
- HTML 36%
- JavaScript 33.8%
- Nix 25.7%
- CSS 4.5%
| containermanager | POC that retrieves the identities (containers) information and print to console when button is clicked. | |
| .gitignore | Add tmp/ directory to gitignore | |
| flake.lock | Make web-ext available in the environment | |
| flake.nix | Make pnpm available | |
| README.md | POC that retrieves the identities (containers) information and print to console when button is clicked. | |
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-extavailable.