*Add strict_min_version to manifest.json
This commit is contained in:
parent
40ceda37ef
commit
5e04d1bd19
|
@ -30,7 +30,8 @@
|
||||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "contact@lumeweb.com"
|
"id": "contact@lumeweb.com",
|
||||||
|
"strict_min_version": "91.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue