Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 388 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 388 Bytes

Browser Extension Common Code

This contains code common code shared between MV2 and MV3 extensions.

  • TS types
  • Constants
  • Storage helpers
  • Extension popup
  • Extension devtool

Install dependencies:

npm install

Build:

npm run build

Build in watch mode

To build automatically on doing changes in source files (Watch mode):

npm run watch