Skip to content

Commit

Permalink
Fix minimum supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Nov 30, 2023
1 parent c88a36b commit 300b92e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest/firefox-manifest-extra.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"browser_specific_settings": {
"gecko": {
"id": "deArrow@ajay.app"
"id": "deArrow@ajay.app",
"strict_min_version": "56.0"
},
"gecko_android": {
"strict_min_version": "79.0"
"strict_min_version": "113.0"
}
},
"permissions": [
Expand Down

0 comments on commit 300b92e

Please sign in to comment.