git clone https://github.com/hk151109/SafeView.gitNavigate to the project directory and install the necessary dependencies:
npm install- Build the extension by running:
npm run build
Generate a release zip file to be uploaded to the browser/store:
npm run release- Go to
chrome://extensions/. - Enable "Developer mode".
- Click "Load unpacked" and select the project folder.