Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
Warning: "strict_min_version" requires Firefox for Android 55, which was released before version 57 introduced support for "options_ui".
  • Loading branch information
softmix committed Nov 5, 2023
1 parent 74cc17a commit d37b91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagetabs",
"version": "1.0.0",
"version": "1.0.1",
"manifest_version": 2,
"permissions": [
"tabs",
Expand All @@ -24,7 +24,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "55.0",
"strict_min_version": "57.0",
"update_url": "https://raw.githubusercontent.com/softmix/imagetabs/master/updates.json"
}
}
Expand Down
4 changes: 2 additions & 2 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"[email protected]": {
"updates": [
{
"version": "1.0.0",
"update_link": "https://github.com/softmix/imagetabs/releases/download/1.0.0/imagetabs.xpi"
"version": "1.0.1",
"update_link": "https://github.com/softmix/imagetabs/releases/download/1.0.1/imagetabs.xpi"
}
]
}
Expand Down

0 comments on commit d37b91d

Please sign in to comment.