This sub-project consists of following components:
- Extension on Manifest V2
- Extension on Manifest V3
- Common code between above two versions
- Configurations - browser, environment
To install all components:
./install.sh
To build all components:
./build.sh
By default, this builds the components for local environment.
./build.sh beta
./build.sh prod
./test.sh
Follow READMEs of individual components for further guidance.