samrum / vite-plugin-web-extension

A vite plugin for generating cross browser platform, ES module based web extensions.
MIT License
323 stars 33 forks source link

Extension not loaded in Chromium version 116 #127

Open bogobogo opened 1 year ago

bogobogo commented 1 year ago

web-ext is not loading the extension in Chrome version 116. I suspect this has to do with restricting the use of the --load-extension flag. See the release notes for more details.

I have opened an issue in the web-ext repo: https://github.com/mozilla/web-ext/issues/2847