Skip to content

Releases: interledger/web-monetization-extension

v0.2.3

06 Nov 23:46
a7fe694
Compare
Choose a tag to compare
Trigger `load` and `monetization` events

v0.2.2

15 Aug 14:58
1c176d8
Compare
Choose a tag to compare
  • removed content script css since it's not necessary for the moment and it was breaking the web page layout
  • added inactive extension icon status when monetization is not available
  • updated readme with steps to build for firefox and stepts to install extension manually in both chrome and firefox
  • overall build fixes
  • add jest configuration for testing with browser api
  • add unit test coverage for listener functions - soon to come
  • update manifest config - removed content script styles and added csp support for chrome

v0.2.1

08 Aug 02:01
a6492bc
Compare
Choose a tag to compare

First release:

  • browser extension that detects if a webpage is web monetization ready
  • status update on tab change
  • firefox support
  • project configuration with typescript, vite, hot reload, eslint and prettier