You've already forked hotpocket
I smell a drastic change to auth flow in the Mac app... Let's see if it gets approved this time :D.
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
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.