This is a Safelyx's browser extension built using Deno.
- Firefox (Firefox Store)
- Chrome/Brave/Edge/Vivaldi (Chrome Web Store)
This was tested with deno
's version stated in the .dvmrc
file, though it's possible other versions might work.
There are no other dependencies. Deno!
$ make start
$ make load-in-firefox
$ make format
$ make test
$ make bundle
$ make build
- Static files are defined at
public/
. - Bundling happens via
bundle.ts
.