Source code for the Granted Chrome browser extension.
We plan on migrating the existing Granted Containers Firefox extension source code to this repository too.
Building from source requires NodeJS and pnpm to be installed.
-
Install dependencies:
pnpm install
-
Build the extension:
cd packages/chrome && pnpm build
The resulting (unpacked) extension is available at packages/chrome/.output/chrome-mv3
. You can then load the unpacked extension in Chrome, or similar browsers, by following this guide.