Yes Not Exactly let me explain properly
I have an popup html linked with event.js file using that i will let user choose the color then change the background of the website on which the extension is used.
But the issue is how can i connect the event.js with content.js so that the color code info get transferred to content js and the background will change.
I jused the message api to create communication and it worked but the thing is when that page reload the contents script get reset i want something that can store that color code value when user choose and also work when the website reload