mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-23 18:13:53 +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,
|
"manifest_version": 2,
|
||||||
"description": "Redux Developer Tools for debugging application state changes.",
|
"description": "Redux Developer Tools for debugging application state changes.",
|
||||||
"homepage_url": "https://github.com/reduxjs/redux-devtools",
|
"homepage_url": "https://github.com/reduxjs/redux-devtools",
|
||||||
"applications": {
|
|
||||||
"gecko": {
|
|
||||||
"id": "extension@redux.devtools",
|
|
||||||
"strict_min_version": "54.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"page_action": {
|
"page_action": {
|
||||||
"default_icon": "img/logo/38x38.png",
|
"default_icon": "img/logo/38x38.png",
|
||||||
"default_title": "Redux DevTools",
|
"default_title": "Redux DevTools",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user