How do I access Secrets? I can't seem to be able to

I’m building a Chrome extensions with HTML/CSS/JS. Secrets doesn’t show up as an icon under Tools. I’m on a free version of Replit. How do I get access to it?

HTML/JS/CSS is the only “special” kind of repl. Things that apply for “all” repls do not apply, and things that apply for it do not apply to others. Like the HTML/JS/CSS repls are not actually hosted in the repl afaik, and they also do not have access to secrets. I recommend setting up a basic flask python repl if you want to use secrets.

(Secrets would not work anyway, as there is 0 privacy front-end)

6 Likes