mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-30 00:42:27 -05: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:
npm install
# Build the Chrome extension (saves in dist/chrome-mv3)
npm run build:chrome
# Build the Firefox extension (saves in dist/firefox-mv2)
npm run build:firefox
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
dist/chrome-mv3folder.