Files
aliasvault/browser-extension

This folder contains the source code for the browser extensions for AliasVault.

The browser extension is built using WXT and React:

  • WXT is a build tool for browser extensions.
  • React is a JavaScript library for building user interfaces.

To build the browser extension, run the following command in this directory:

npm install
npm run build

This will build the browser extension and save it in the dist/chrome-mv3 folder.

To load the browser extension in Chrome, follow these steps:

  1. Open Chrome and navigate to chrome://extensions/.
  2. Enable "Developer mode" if it is not already enabled.
  3. Click on "Load unpacked" and select the dist/chrome-mv3 folder.