Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 557 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 557 Bytes

🏗️ Building steps

Follow these steps to build the extension.

Build hooking scripts

cd ./scripts/
npm install
npm run build

Setup manifest file

  • For Firefox: ln -sf manifest-firefox.json manifest.json.
  • For Chrome: ln -sf manifest-chrome.json manifest.json.

Build the extension

web-ext build

Final zip file should be located into: ./web-ext-artifacts/domlogger_-${version}.zip.

Using Makefile

# Release
make install
make build

# Development
make dev-chromium
## or
make dev-firefox