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

feat: support side panel #121

Closed maltoze closed 1 year ago

maltoze commented 1 year ago

ref: https://developer.chrome.com/docs/extensions/reference/sidePanel/

samrum commented 1 year ago

Thanks for the PR! Could I get you to add a test for this? Should be able to just copy how test/manifest/devtoolsHtml.v3.test.ts is set up.

maltoze commented 1 year ago

@samrum done!