extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.46k stars 80 forks source link

Allow to develop on any Chromium-based Browser #59

Open cezaraugusto opened 1 month ago

cezaraugusto commented 1 month ago

Discussed in https://github.com/cezaraugusto/extension.js/discussions/56

Originally posted by **jolo-dev** May 11, 2024 To my shame, I don't use Chrome but another Chromium-based browser (Arc or Brave). Is there a possibility to use them instead? If not, how about making the `--browser` more generic and pointing to the path of the browser?
cezaraugusto commented 1 month ago

For this to be done, we need a generalist Chromium plugin. Once webpack-run-chrome-extension is more mature, it can be forked and have the browser path as a parameter in the plugin class.

We should support all major browsers (defined in README.md) and allow support for custom paths for the --browser flag, for unsupported browsers.