/chromeshack

A chrome extension containing various scripts that enhance the Shacknews comments.

Primary LanguageTypeScriptMIT LicenseMIT

Chrome Shack

Collection of scripts for the Shacknews Chatty.

Links:

How to build

NodeJS 20.x+ and NPM 9.x+ are required, but this is also a PNPM-preferred repo (8.x+ recommended). Use pnpm i for installing dependencies.

  • (pnpm dev or npm run dev) includes full source mapping and a WebKit/Firefox manifest in the dist/ and dist-firefox/ folders respectively.

  • (pnpm build or npm run build) builds production code for WebKit/Firefox manifest in the dist/ and dist-firefox/ folders respectively.

  • (pnpm build:pkg or npm run build:pkg) builds production code for WebKit/Firefox and places zipped archives in artifacts/ for upload to AMO and CWS.

Dependencies used in this project

NOTE: See the ThirdPartyLicenses.txt in the public/ folder that is generated when pnpm generate-licenses is run for detailed licensing information.