Installation options
Payment Sandbox Helper is currently documented as a source-built extension. Check the project’s GitHub Releases for packaged builds when available.Build from source
Requirements: a current Node.js LTS release, Corepack, and Yarn 4.Load in Chrome
1
Build the extension
Run
yarn build. WXT creates the Chrome Manifest V3 output under .output/chrome-mv3.2
Open the extensions page
Visit
chrome://extensions and enable Developer mode.3
Load the output folder
Select Load unpacked, then choose
.output/chrome-mv3.4
Pin the extension
Pin Payment Sandbox Helper from the extensions menu so the sidebar is easy to open while testing.
Load temporarily in Firefox
1
Build the Firefox package
Run
yarn build:firefox.2
Open Firefox debugging
Visit
about:debugging#/runtime/this-firefox and select Load Temporary Add-on.3
Select the manifest
Choose
manifest.json from .output/firefox-mv3.A temporary Firefox add-on is removed when Firefox restarts. Use a signed release package for normal long-term installation when one is published.
Package a distributable archive
Permissions
Firefox uses
sidebar_action instead of Chrome’s sidePanel API. The manifest declares no required data collection for the Firefox build.