···78787979Note: Yomitan may or may not update when you make and save new code changes locally. It depends on what file you've changed. Yomitan runs as collection of two programs. There is the background process called the "service worker" and there is the frontend called the "content_script". The frontend will reload on save, but to update the backend you need to click on the update icon next to the extension in `chrome://extensions/`. If you make changes to the manifest you will need to rerun `npm run build` to regenerate the manifest file.
80808181+### Loading a build into Firefox browser
8282+8383+After building, you can load the compiled extension into the Firefox browser.
8484+8585+- Navigate to the Debugging page, type `about:debugging` into the url
8686+- Click on "This Firefox" on the left
8787+- Click on "Load Temporary Add-on" on the right
8888+- Navigate to the `yomitan-firefox-dev.zip` in your builds folder
8989+9090+Immediately you should see the "Welcome" page!
9191+9292+Note: The "Load Temporary Add-on" option is temporary and the build will need to be loaded again after browser restarts. Sometimes testing extension features between browser restarts will be necessary so here are the steps to bypass this restriction.
9393+9494+- Download Firefox Developer or Nightly
9595+- Navigate to the Config page, type `about:config` into the url
9696+- Look up `xpinstall.signatures.required` setting on the search bar at the top
9797+- Toggle the value to "false"
9898+- Navigate to the "Extensions" page using "Manage extensions"
9999+- Either use drag and drop or "Install Add-on from File" to load the dev build
100100+101101+### Loading an unpacked build into Microsoft Edge browser
102102+103103+After building, you can load the compiled extension into the Edge browser.
104104+105105+- Unpack the `yomitan-edge.zip`
106106+- Navigate to the extension page using the "..." on the top right and clicking on "Manage extensions"
107107+- Turn on the toggle on the left that says "Developer Mode"
108108+- Click "Load unpacked" on the top right
109109+- Select the unpacked `yomitan-edge` folder
110110+111111+Immediately you should see the "Welcome" page!
112112+81113### Build Tools
8211483115The build process can use the [7-zip](https://www.7-zip.org/) archiving tool to create the packed zip builds