1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Increase minimum version of Firefox supported (#6939)

The minimum version supported is now Firefox 60. This is the current
Extended Support Release. Various features we use were not supported by
Firefox 53, such as `browser_action.default_popup`, `tabs.query`, and
`permissions:unlimitedStorage`.
This commit is contained in:
Mark Stacey 2019-08-02 10:28:41 -02:30 committed by GitHub
parent bb87a0b92c
commit decc604eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"targets": {
"browsers": [
"chrome >= 58",
"firefox >= 53"
"firefox >= 60"
]
}
}

View File

@ -22,7 +22,7 @@
"applications": {
"gecko": {
"id": "webextension@metamask.io",
"strict_min_version": "53.0"
"strict_min_version": "60.0"
}
},
"default_locale": "en",