Supabase host permissions

Hey all!

I'm following the guide to add Supaabase to my extension: https://docs.plasmo.com/quickstarts/with-supabase

The guide says to update manifest with the following snippet.

"manifest": {
  "host_permissions": [
    "https://*/*"
  ],
  "key": "$CRX_KEY",
}


However, the host_permissions wildcard makes the publishing process on Chrome webstore painfull. And they advice me to specify only the URLs I need.

Is there a way to replace the URL wildcard with actual URLs so the Supabase auth works properly?
Plasmo Docs
A step-by-step guide on integrating Supabase with your browser extension.
Quickstart with Supabase – Plasmo
Was this page helpful?