Enable non persistent background page on Firefox

This commit is contained in:
Ajay
2023-08-11 11:39:06 -04:00
parent 52149f4c0f
commit e3f3ed20e6
5 changed files with 68 additions and 32 deletions

View File

@@ -1,5 +1,8 @@
{
"background": {
"persistent": false
}
},
"permissions": [
"scripting"
]
}