Fix releasing Firefox extension (#1716)

* Fix releasing Firefox extension

The lowest supported "strict_min_version" is 58.0.

* Create shiny-chicken-hammer.md

* Revert "Fix releasing Firefox extension"

This reverts commit 92881382b2.

* Keep the id
This commit is contained in:
Nathan Bierema 2024-08-13 22:25:26 -04:00 committed by GitHub
parent 4164b6279e
commit 73688e117a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'remotedev-redux-devtools-extension': patch
---
Fix releasing Firefox extension

View File

@ -6,8 +6,7 @@
"homepage_url": "https://github.com/reduxjs/redux-devtools",
"applications": {
"gecko": {
"id": "extension@redux.devtools",
"strict_min_version": "54.0"
"id": "extension@redux.devtools"
}
},
"page_action": {