Skip to content

Commit 9288138

Browse files
committed
Fix releasing Firefox extension
The lowest supported "strict_min_version" is 58.0.
1 parent 4164b62 commit 9288138

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

extension/firefox/manifest.json

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
"manifest_version": 2,
55
"description": "Redux Developer Tools for debugging application state changes.",
66
"homepage_url": "https://github.com/reduxjs/redux-devtools",
7-
"applications": {
8-
"gecko": {
9-
10-
"strict_min_version": "54.0"
11-
}
12-
},
137
"page_action": {
148
"default_icon": "img/logo/38x38.png",
159
"default_title": "Redux DevTools",

0 commit comments

Comments
 (0)