Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 723 Bytes

Browser extension sample Build extension

A simple browser extension skeleton for Chrome-based browsers and Firefox.

Features:

  • Popup, content script, background script, and settings skeleton
  • Logger module
  • Debug info module
  • Automatic versioning
  • ESLint integration
  • Dev and build scripts for Chrome & Firefox
  • GitHub Actions workflows

Usage

Development:

$ npm install
$ npm run start
# or for Firefox:
$ npm run start-ff

License

MIT