Follow these steps to build the extension.
cd ./scripts/
npm install
npm run build
- For Firefox:
ln -sf manifest-firefox.json manifest.json
. - For Chrome:
ln -sf manifest-chrome.json manifest.json
.
web-ext build
Final zip file should be located into: ./web-ext-artifacts/domlogger_-${version}.zip
.
# Release
make install
make build
# Development
make dev-chromium
## or
make dev-firefox