Skip to content

Commit 13fe82c

Browse files
authored
chore: Update minimum version in manifest.json (#132)
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.
1 parent 790f8b7 commit 13fe82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shells/webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "MobX Developer Tools",
44
"description": "Adds MobX debugging tools to the Chrome Developer Tools.",
5-
"minimum_chrome_version": "44",
5+
"minimum_chrome_version": "88",
66
"applications": {
77
"gecko": {
88
"id": "@mobx",

0 commit comments

Comments
 (0)