You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have auth code I'd like to run in the background script, but having trouble figuring out where to put it in the /app folder (trying to avoid modifying other folders if I can help it).
I've tried app/index.js, but interestingly, in dev mode, this file isn't even used--I can comment out the whole file and everything still runs fine.
Placing code in containers/Root.js seems to result in the code being injected into the content script, so this isn't ideal either.
Is the only option to modify files in browser/extension/background?
Thanks!
The text was updated successfully, but these errors were encountered:
I have auth code I'd like to run in the background script, but having trouble figuring out where to put it in the /app folder (trying to avoid modifying other folders if I can help it).
I've tried
app/index.js
, but interestingly, indev
mode, this file isn't even used--I can comment out the whole file and everything still runs fine.Placing code in
containers/Root.js
seems to result in the code being injected into the content script, so this isn't ideal either.Is the only option to modify files in
browser/extension/background
?Thanks!
The text was updated successfully, but these errors were encountered: