A vite plugin to bundle chrome extensions for Manifest V3.
here is my code in popup: ``` chrome.management.getSelf(() => { // my code }) ``` plugin detect `management` permission but it doesn't need it as writed there [management.uninstallSelf, and management.getSelf do not require the management permission.](https://developer.chrome.com/docs/extensions/reference/management/)
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 riderx and has received 3 comments.