mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Revert "Fix releasing Firefox extension"
This reverts commit 92881382b2
.
This commit is contained in:
parent
7a01449840
commit
e4a93069b6
|
@ -4,6 +4,12 @@
|
||||||
"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