Files
hotpocket/services/extension
Tomek Wójcik 0611ceb3ec
All checks were successful
Production deployment / Build (release) Successful in 1m4s
Staging deployment / Build (release) Successful in 1m24s
CI / Checks (push) Successful in 4m36s
Staging deployment / Deploy (release) Successful in 2m16s
Production deployment / Deploy (release) Successful in 3m1s
Release v26.3.16
2026-03-16 20:16:07 +01:00
..
2025-09-14 06:34:43 +00:00
2026-03-16 20:16:07 +01:00
2026-03-16 19:09:38 +00:00
2026-03-16 20:16:07 +01:00
2026-03-16 20:16:07 +01:00
2025-09-08 18:11:36 +00:00
2026-03-16 19:09:38 +00:00
2025-09-08 18:11:36 +00:00

HotPocket by BTHLabs

This repository contains the HotPocket Extension project.

Development environment setup

Requirements

  • macOS (18 or newer) or modern Linux (including WSL2).
  • nodejs v22.14 or later.
  • yarnpkg v1.22.22 or newer.

Setup

  1. yarn install

Building browser-specific extensions

To build a browser-specific extension, use the following command:

$ yarn build:<target>

Where <target> is the name of the browser. The currently supported targets are: safari, firefox, chrome. The build result will be placed in dist/<target>-production for Firefox and Chrome extensions. Safari extension will be built in the apple service tree.

Author

HotPocket is developed by BTHLabs.

License

HotPocket is licensed under the Apache 2.0 License.