Skip to content

Commit

Permalink
fix: minimum chrome version for manifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Mar 8, 2023
1 parent ae70dcd commit 127d4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"64": "images/icon-64.png",
"128": "images/icon-128.png"
},
"minimum_chrome_version": "47.0",
"minimum_chrome_version": "88.0",
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit 127d4ea

Please sign in to comment.