A vite plugin to bundle chrome extensions for Manifest V3.
It would be nice if it was also able to find assets used when creating DevTools such as: ``` chrome.devtools.panels.create("Font Picker", "FontPicker.png", "Panel.html", function(panel) { ... }); ``` and ``` chrome.devtools.panels.elements.createSidebarPane("Font Properties", function(sidebar) { sidebar.setPage("Sidebar.html"); sidebar.setHeight("8ex"); } ); ``` See https://developer.chrome.com/docs/extensions/reference/devtools_panels/#method-ExtensionSidebarPane-setPage
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by steinybot and has received 1 comments.