mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Change minimum versions
This commit is contained in:
parent
bc81d559b5
commit
3a5b074070
2 changed files with 3 additions and 1 deletions
1
build.js
1
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'];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue