diff --git a/build.js b/build.js index 9f40d96..42c968a 100644 --- a/build.js +++ b/build.js @@ -25,6 +25,7 @@ async function adjustManifest(manifest) { data['browser_action']['default_icon'][elem] = 'icons/keepassxc.svg'; } delete data['version_name']; + delete data['minimum_chrome_version']; } else if (manifest.includes('chromium')) { delete data['applications']; } diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 93d2ea8..2406f04 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -3,6 +3,7 @@ "name": "KeePassXC-Browser", "version": "1.8.6", "version_name": "1.8.6", + "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { @@ -158,7 +159,7 @@ "applications": { "gecko": { "id": "keepassxc-browser@keepassxc.org", - "strict_min_version": "91.0" + "strict_min_version": "93.0" } }, "default_locale": "en"