*Add strict_min_version to manifest.json

This commit is contained in:
Derrick Hammer 2022-08-21 21:51:49 -04:00
parent 40ceda37ef
commit 5e04d1bd19
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"browser_specific_settings": {
"gecko": {
"id": "contact@lumeweb.com"
"id": "contact@lumeweb.com",
"strict_min_version": "91.1.0"
}
}
}