mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-04-22 02:08:03 +00:00
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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user