mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-13 04:12:14 -04:00
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:
Build the browser extension
npm install
# Build the Chrome extension (saves in dist/chrome-mv3)
npm run zip:chrome
# Build the Firefox extension (creates two zip files in dist)
npm run zip:firefox
# Build the Edge extension (saves in dist/edge-mv3)
npm run zip:edge