Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.02 KB

File metadata and controls

47 lines (32 loc) · 1.02 KB

MXRoute forwarder extension

This extension adds a popup panel that allows users to easily create aliases for any of the domains they host on MXRoute.

Usage

Development

Building the addon creates the addon files for a specific browser in the .output directory. The browser option can be firefox or chrome.

yarn build:<browser>

Firefox

Open about:debugging, click Load temporary addon... and select the manifest.json in the .output/firefox-mv2 directory.

Chrome

TBD

Release

Build the zip files:

yarn zip
yarn zip:firefox

Publish:

wxt submit --dry-run \
  --chrome-zip .output/mxroute-forwarder-0.0.1-chrome.zip \
  --firefox-zip .output/mxroute-forwarder-0.0.1-firefox.zip \
  --firefox-sources-zip .output/mxroute-forwarder-0.0.1-sources.zip \
  --edge-zip .output/mxroute-forwarder-0.0.1-chrome.zip