explicit set persistent=true and add browser_specific_settings in manifest.json

This commit is contained in:
Thomas Rupprecht 2023-01-04 22:43:54 +01:00
parent b48278bb17
commit 4de8c9c1cb
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"96": "icons/favicon.svg"
},
"background": {
"page": "background.html"
"page": "background.html",
"persistent": true
},
"browser_action": {
"browser_style": true,
@ -30,5 +31,10 @@
"developer": {
"name": "Thomas Rupprecht",
"url": "https://blog.ximex.at/"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "48.0"
}
}
}