rjpeterson/Hanzisize

Firefox webstore issue

Closed this issue · 1 comments

Firefox extensions aren't allowed to contain remote scripts.
create-react-app build process uses workbox to create a service worker and injects a remote script in the process

Solved temporarily by manually changing import statement to local file just to get extension re-enabled on FF webstore.
Will find more permanent solution in #78 upgrading to manifest v3.