mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-05 20:03:28 -05:00
This folder contains the source code for the browser extensions for AliasVault.
The browser extension is built using WXT and React.
To build the browser extension, run the following command:
npm install
npm run build
This will build the browser extension and save it in the .output/chrome-mv3 folder.
To load the browser extension in Chrome, follow these steps:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" if it is not already enabled.
- Click on "Load unpacked" and select the
.output/chrome-mv3folder.