I'm coding my own browser extension and I would like to redirect https://www.roblox.com/ to https://www.google.com/. I have all of the code set up I just need this small problem fixed.
My manifest.json is:
My background.js is: Background.js
My popup.js is: Popup.js
My popup.html is: Popup.html
I think there is something wrong in the background.js with line 3 and 10. I don't think I specified the websites correctly. Can someone help me solve this?