Skip to content

Commit

Permalink
env(chrome): update min browser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed May 6, 2024
1 parent cd6505d commit b1ab192
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/manifest.json
Expand Up @@ -78,10 +78,11 @@
"omnibox": {
"keyword": "pt"
},
"minimum_chrome_version": "64.0.3242",
"minimum_chrome_version": "80",
"browser_specific_settings": {
"gecko": {
"update_url": "https://pt-plugins.github.io/PT-Plugin-Plus/update/firefox.json"
"update_url": "https://pt-plugins.github.io/PT-Plugin-Plus/update/firefox.json",
"strict_min_version": "80.0"
}
}
}

0 comments on commit b1ab192

Please sign in to comment.