Skip to content

code-fabrik/mxroute-forwarder

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published