npm install --save-dev
npm run build
- Navigate to chrome://extensions/
- Click
Load Unpacked
- Choose the
dist
(orbuild
) folder - To debug, use the
Inspect views
link i the extension card
- navigate to https://lichess.org/account/oauth/token
- Click the plus icon on the top right
- Add a generic description like "Chess Boom Debug"
- Under
"PLAY GAMES"
selectchallenge:read
permissions - Click create and copy the output personal access token
- Paste it into
background.ts
:const token = "lip_********************";