AS
You mentioned a possible CRUD tutorial. I'm trying to do CRUD against supabase from my browser extension so if you could put out such a tutorial that would be great. I just put the supabase client import at the top of my popup.js file and got an error. Apparently my popup.js file is not a module and I can't put an import at the top of it. D'oh!