Skip to content

Commit

Permalink
Match Chrome min version to Manifest v3 req't
Browse files Browse the repository at this point in the history
Manifest v3 requires Chrome v88 and therefore Tab Wrangler must require
that version going forward as well.
  • Loading branch information
ssorallen committed Apr 16, 2024
1 parent 6e2d0ab commit 4118ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest.template.json
Expand Up @@ -23,7 +23,7 @@
"description": "__MSG_commandWrangleCurrentTab__"
}
},
"minimum_chrome_version": "55",
"minimum_chrome_version": "88",
"options_ui": {
"open_in_tab": true,
"page": "popup.html"
Expand Down

0 comments on commit 4118ba7

Please sign in to comment.