Closed adrianoBP closed 1 year ago
Due to background.js being called from index.js, a new background listener was created every time a page was opened. The functions required have been moved to a separate file to prevent this.
background.js
index.js
Due to
background.js
being called fromindex.js
, a new background listener was created every time a page was opened. The functions required have been moved to a separate file to prevent this.