Set min Chrome version to 88

Chrome v88 is the minimum required for manifest v3
pull/461/head^2
Kevin Payravi 2024-02-14 03:11:06 -06:00
parent dbeb394a83
commit 283dc343fd
1 changed files with 1 additions and 1 deletions

View File

@ -322,6 +322,6 @@
"https://breeze.whateveritworks.org/*" "https://breeze.whateveritworks.org/*"
], ],
"optional_host_permissions": ["https://*/*"], "optional_host_permissions": ["https://*/*"],
"minimum_chrome_version": "80", "minimum_chrome_version": "88",
"manifest_version": 3 "manifest_version": 3
} }