How to create standalone popup action page? #14758
Unanswered
thomaswhite
asked this question in
CLI - BEX mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a browser extension using manifest v.3 and vite.
I would like to create a simple standalone action page that talks only to the content and background page via chrome.runtime.sendMessage. What do I need to configure so the files in the action folder, containing .html and .js are processed by vite and included in dist/bex?
Beta Was this translation helpful? Give feedback.
All reactions