"background": {
"service_worker": "background.js" }enter code here
in "background.js" file variable, after a few minutes of window inactivity, variable value is reset, how to keep in "background.js" file variable value until window closed.
"background": {
"service_worker": "background.js" }enter code here
in "background.js" file variable, after a few minutes of window inactivity, variable value is reset, how to keep in "background.js" file variable value until window closed.