Hi,
We're testing the MV3 version of our extension and would like to set a
minimum_chrome_version in the manifest.
This page says "Manifest V3 is supported generally in Chrome 88 or later", but how safe is that to use? Then it says "For extension features added in later Chrome versions, see the API reference documentation for support information" but I could not see any specific information about which chrome version added support for the various API methods. Is there a way to use required permissions to decipher which minimum version is required:
> "permissions": [
"tabs",
"storage",
"proxy",
"alarms",
"declarativeNetRequestWithHostAccess",
"webRequest",
"webRequestAuthProvider"
],
? Or actually does the web store enforce this (based on required permissions) in some way when
minimum_chrome_version is not provided in the manifest?
Thanks to anyone who can help!