Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🏗️ 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