fix(firefox): Change strict_min_version from 142.0 to 109.0

Firefox 142 does not exist yet (current stable ~134). This was causing
Mozilla to reject the extension. Firefox 109+ supports Manifest V3.
This commit is contained in:
2026-01-19 21:04:26 +03:00
parent 70613d26a8
commit ba72735459
+1 -1
View File
@@ -17,7 +17,7 @@
"browser_specific_settings": {
"gecko": {
"id": "{7cee9c4f-5fc7-4165-b4f8-f18e79fe9264}",
"strict_min_version": "142.0",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": ["none"]
}