# Clone
git clone https://github.com/avme/avme-extension
# Install
yarn install
# Build
Build for Chrome:
yarn build-chrome
Build for Firefox:
yarn build-firefox
- Go to
chrome://extensions
ormoz-extension://extensions
- Turn developer mode on if not already active (top-right corner)
- Tap "Load unpacked"
- Select the "dist" folder generated by running the building instructions above