Update Swan
Chrome Web Store installs update through Chrome. If you are using a local dashboard checkout, keep WXT running and reload the unpacked extension only when Chrome asks for it.
Chrome Web Store install
Chrome handles updates for Web Store installs. To check the installed version manually:
- Open
chrome://extensions. - Find Swan.
- Enable Developer Mode if version details are hidden.
- Confirm Swan remains enabled.
Local dashboard checkout
If you installed from a source checkout, pull the latest changes:
bash
git pullIf dependencies changed:
bash
npm installStart the local dashboard:
bash
npm run dashboardIf Chrome asks for a manual reload:
- Open
chrome://extensions. - Find Swan.
- Click the reload icon.
- Open Swan settings and confirm your settings are still present.
Settings persistence
Swan settings live in browser extension local storage. Web Store updates and source rebuilds do not normally clear settings. Removing the extension from the browser can remove extension-local data for that profile.