Bernard
Bernard
PD🧩 Plasmo Developers
Created by Bernard on 8/28/2023 in #🔰newbie
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",
}
"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?
2 replies