Skip to content

Commit

Permalink
chore: Update minimum version in manifest.json (#132)
Browse files Browse the repository at this point in the history
Should fix this error from chrome store on attempt to upload a new version:
> There was a problem uploading your file. Please try again.
The minimum Chrome version of 44 does not meet the minimum requirement to be published. To be published, a manifest V3 item must require at least Chrome version 88.
  • Loading branch information
andykog authored Nov 2, 2024
1 parent 790f8b7 commit 13fe82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shells/webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "MobX Developer Tools",
"description": "Adds MobX debugging tools to the Chrome Developer Tools.",
"minimum_chrome_version": "44",
"minimum_chrome_version": "88",
"applications": {
"gecko": {
"id": "@mobx",
Expand Down

0 comments on commit 13fe82c

Please sign in to comment.