I would like to create a Welcome page within my extension
I would like to create a Welcome page within my extension. According to the following URL, it's stated that when creating a new extension page, it needs to be manually updated.
https://docs.plasmo.com/framework/ext-pages
Heads up! Make sure to refresh your extension manually when creating a new browser extension page as our runtime might not be listening and might not update in certain cases.
For instance, if I create src/Welcome.tsx, how can I ensure that the Welcome page gets built?
https://docs.plasmo.com/framework/ext-pages
Heads up! Make sure to refresh your extension manually when creating a new browser extension page as our runtime might not be listening and might not update in certain cases.
For instance, if I create src/Welcome.tsx, how can I ensure that the Welcome page gets built?
Plasmo Docs
Learn how Plasmo works with the various browser extension pages.
