Skip to content

Commit

Permalink
fix: set minimum_chrome_version to 72 (#798)
Browse files Browse the repository at this point in the history
Closes #715
  • Loading branch information
lidel authored Oct 17, 2019
1 parent 0679e3e commit 8e2eaee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"targets": {
"firefox": 69,
"chrome": 70
"chrome": 72
}
}
]
Expand Down
1 change: 1 addition & 0 deletions add-on/manifest.chromium.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"minimum_chrome_version": "72",
"incognito": "not_allowed"
}

0 comments on commit 8e2eaee

Please sign in to comment.