Manifest - Minimum Chrome Version Stay organized with collections Save and categorize content based on your preferences.
An optional manifest key containing a string that defines which versions ofChrome are able to install the extension. The value set for this string must bea substring of an existing Chrome browser version string. Use a full versionnumber to specify a specific update to Chrome, or use the first number in thestring to specify a particular major version.
{// ..."minimum_chrome_version":"126",// ...}
Enforcement
New Installs
In versions of Chrome older than the minimum version, the Chrome Web Store willshow a "Not compatible" message in place of the install button. Users on theseversions won't be able to install your extension.
Existing Installs
Existing users of your extension won't receive updates when theminimum_chrome_version
is higher than their current browser version. Thishappens silently so you should exercise caution and consider ways of lettingexisting users know that they are no longer receiving updates.
minimum_chrome_version
, yourextension won't be installed.Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.