MUI styles with PlasmoGetInlineAnchorList
how do you get a privacy policy when uploading to chrome web store?
No styling for options.tsx
Shadcn dosnt seem to work in content script ui
support for multiple assets
Supabase url and anon key exposed
What are the best ways to deal with supabase auth without exposing the url and key? Am I missing something?...
Firefox dev server manifest warnings

import url no longer working
Parallel dev servers
plasmo dev --verbose
and plasmo dev --verbose --target=firefox-mv3
, but when I run the latter I get
```
🔵 INFO | Starting the extension development server...
🟡 1 | Starting dev server on localhost:52111, HMR on localhost:52112...
🟡 2 | Creating Manifest Factory......How to sendToBackground from main world
button click inside CSUI closes the CSUI
anyone got any good example of CSUI lifecycle?
Rendering issue on single page application (SPA) like youtube
useStorage makes extension window tiny.
Uncaught ReferenceError: Cannot access 'fromCurrentPageConfig' before initialization
Uncaught ReferenceError: Cannot access 'fromCurrentPageConfig' before initialization
fromCurrentPageConfig
is an object I have in my code. Looking at the compiled popup.7d3dc21e.js
file, I see this:
...How to listen to a Port's disconnect event?
background/ports/foo.ts
, and I'd like to listen to onConnect/onDisconnect events (I want to know when the user has closed a certain tab). Is there a standard way to do this with plasmo?Options and popup extension pages both working?
Pin Side Panel like google search

Adding Supabase later instead of starting with it?
--with-nextjs
, now I want to use the Messaging API to communicate with my Supabase REST API, could I follow the docs of Supabase Plasmo afterwards or do I have to start with the --with-supabase
to make this properly work?
Best regards....How can I listen to all requests?