mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Fix releasing Firefox extension
The lowest supported "strict_min_version" is 58.0.
This commit is contained in:
parent
4164b6279e
commit
92881382b2
|
@ -4,12 +4,6 @@
|
|||
"manifest_version": 2,
|
||||
"description": "Redux Developer Tools for debugging application state changes.",
|
||||
"homepage_url": "https://github.com/reduxjs/redux-devtools",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "extension@redux.devtools",
|
||||
"strict_min_version": "54.0"
|
||||
}
|
||||
},
|
||||
"page_action": {
|
||||
"default_icon": "img/logo/38x38.png",
|
||||
"default_title": "Redux DevTools",
|
||||
|
|
Loading…
Reference in New Issue
Block a user