Supabase Login Persistence Issue
pnpm create plasmo --with-supabase
I haven't made any changes to the code yet, but I've encountered an issue.
After logging in with my email and password, I find that when I reopen my Mac, I'm logged out, and the extension's local storage is empty, with no session available. And the refresh token is not the problem since it works fine with another app....Extension not opening after when I finish work in code
Session recording of extension
publisher on itero not working, help
Can you have popups in a chrome extension?
Uncaught TypeError: defaultShouldForwardProp is not a function
it just breaks the entire chrome extension...steps to publish
Manifest.json includes web_accessible_resources I didn't add
web_accessible_resources
array includes a resources
array with resources I didn't add. This is causing issues with uploading to Edge extension store as the extension is rejected during the validation process. I was able to get rid of one of the resources array by deleting the getStyle
function in one of the content UIs but it hasn't worked for the second one. I once had some of these resources in the project but have sice removed them, cleared .plasmo
folder and deleted node_modules
but no luck whatsoever.
Below is my index.tsx PlasmoCSConfig
```export const config: PlasmoCSConfig = {...need help (why font family is not changed)
QueryClient not found

Subpath Import Error: @liveblocks/react/suspense failing in Plasmo but works in CRA
Subscribing to web push
await
the call to the function that eventually calls self.registration.pushManager.subscribe
. If you remove this await, when starting the extension you get the following error:
Failed to subscribe, error: AbortError: Failed to execute 'subscribe' on 'PushManager': Subscription failed - no active Service Worker
Failed to subscribe, error: AbortError: Failed to execute 'subscribe' on 'PushManager': Subscription failed - no active Service Worker
await
the call to that function becuase typescript does not support top-level await....Plasmo with Google Recaptcha

Simplifying react-router navigation based on storage changes
language switching not work in plasmo
Implementing Auth in Content Script UI with Plasmo ?
How do I generate a chrome-specific manifest with a single code?
Trusted Typed Policy error just in Linkedin!
[object DOMException]
Inject content script manually
PlasmoCSConfig
to not create entry in manifest, since I inject content script manually and only on activeTab
?