Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.1 KB

Extension

Status

NodeJS with WebpackLint Code Base

Dev Dependencies

npm install --save-dev

Build

npm run build

Importing to Chrome / Chromium

  1. Navigate to chrome://extensions/
  2. Click Load Unpacked
  3. Choose the dist (or build) folder
  4. To debug, use the Inspect views link i the extension card

Debug

Generating an API Token

  • 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" select challenge:read permissions
  • Click create and copy the output personal access token
  • Paste it into background.ts:
      const token = "lip_********************";