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

View file

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