samrum / vite-plugin-web-extension

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

fix(manifest V3): correct matches property in web accessible resources #47

Closed samrum closed 2 years ago

samrum commented 2 years ago

Chrome will throw an error when loading an extension that contains a web accessible resource with a matches property that contains a path. This PR ensures that content script match patterns used for their web accessible resources are trimmed to their origin instead of being passed through completely.