Skip to content

Commit

Permalink
Fix FF min version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipFile committed Aug 31, 2024
1 parent 6b7aaa4 commit f2f49bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Upload to Danbooru",
"description": "Add a page action and a context menu option (for images) to upload to Danbooru.",
"version": "3.4.0",
"version": "3.4.1",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
Expand Down Expand Up @@ -180,7 +180,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "106.0"
"strict_min_version": "112.0"
}
}
}

0 comments on commit f2f49bd

Please sign in to comment.