mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-02 18:33:21 -05:00
1.2 KiB
1.2 KiB
layout, title, parent, grand_parent, nav_order
| layout | title | parent | grand_parent | nav_order |
|---|---|---|---|---|
| default | Build from Source | Microsoft Edge | Browser Extensions | 2 |
Building Microsoft Edge Extension from Source
This guide explains how to build and install the AliasVault Microsoft Edge extension from source code.
Prerequisites
- Node.js installed on your computer
- Git to clone the repository (optional)
Building the Microsoft Edge Extension
- Clone the repository:
git clone https://github.com/aliasvault/aliasvault.git
- Navigate to the Browser Extension directory:
cd aliasvault/apps/browser-extension
- Install the required dependencies:
npm install
- Build the extension:
npm run build:edge
Installing in Microsoft Edge
- Open Microsoft Edge and go to
edge://extensions/ - Enable "Developer mode" using the toggle in the top right corner
- Click "Load unpacked"
- Navigate to and select the folder
apps/browser-extension/dist/edge-mv3 - The AliasVault extension should now appear in your extensions list
Development Mode (Optional)
If you plan to modify the extension code, see the browser-extensions developer documentation for more information.