Jervis2049 / vite-plugin-crx-mv3

Build a Chrome Extension with Vite⚡
201 stars 30 forks source link

Fix special characters in manifest name #29

Closed mammad2c closed 1 year ago

mammad2c commented 1 year ago

Problem: If we have space, the request.url will not match the manifest.name and the reload mechanism will not work.

Issue: image

But after checking the manifest name with encodeURI, the problem will be fixed: image

Thanks for your great plugin

Jervis2049 commented 1 year ago

thank you

mammad2c commented 1 year ago

@Jervis2049

Would you make a new release to NPM, please? Because this fix is very critical and I had to rename my extension until you make a new release.

Thanks

Jervis2049 commented 1 year ago

Okay, I've just released v0.1.5 @mammad2c