aklinker1 / webext-core

Collection of essential libraries and tools for building web extensions
https://webext-core.aklinker1.io
MIT License
96 stars 11 forks source link

Tool for opening browser during development #18

Open aklinker1 opened 1 year ago

aklinker1 commented 1 year ago

Right now, web-ext is the only tool for opening all browsers with an extension installed. Unfortunately, it is quite heavy and does a lot of other things unrelated to this process. It also has lots of peer dependencies, all of which are optional, but annoying when the warnings pop up on install.

To start out, this tool needs to do a couple of things:

This will do everything web-ext does for this one use case.