mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge branch 'develop'
This commit is contained in:
commit
a5e70130e7
5 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "com.varjolintu.keepassxc-browser",
|
||||
"name": "com.varjolintu.keepassxc_browser",
|
||||
"description": "KeepassXC integration with Chrome with Native Messaging support",
|
||||
"path" : "%%replace%%",
|
||||
"type": "stdio",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "com.varjolintu.keepassxc-browser",
|
||||
"name": "com.varjolintu.keepassxc_browser",
|
||||
"description": "KeepassXC integration with Firefox with Native Messaging support",
|
||||
"path" : "%%replace%%",
|
||||
"type": "stdio",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||
APP_NAME="com.varjolintu.keepassxc-browser"
|
||||
APP_NAME="com.varjolintu.keepassxc_browser"
|
||||
HOST_FILE="$DIR"
|
||||
KEEPASSXC_PATH=""
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ keepass.isEncryptionKeyUnrecognized = false;
|
|||
keepass.currentKeePassXC = {"version": 0, "versionParsed": 0};
|
||||
keepass.latestKeePassXC = (typeof(localStorage.latestKeePassXC) == 'undefined') ? {"version": 0, "versionParsed": 0, "lastChecked": null} : JSON.parse(localStorage.latestKeePassXC);
|
||||
keepass.requiredKeePassXC = 214;
|
||||
keepass.nativeHostName = "com.varjolintu.keepassxc-browser";
|
||||
keepass.nativeHostName = "com.varjolintu.keepassxc_browser";
|
||||
keepass.nativePort = null;
|
||||
keepass.keySize = 24;
|
||||
keepass.latestVersionUrl = "https://raw.githubusercontent.com/keepassxreboot/keepassxc/develop/CHANGELOG";
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"19": "icons/keepassxc_19x19.png",
|
||||
"38": "icons/keepassxc_38x38.png"
|
||||
},
|
||||
"default_title": "chromeKeePassXC",
|
||||
"default_title": "keepassxc-browser",
|
||||
"default_popup": "popups/popup.html"
|
||||
},
|
||||
"options_ui": {
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
],
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "chromeKeePassXC@sami.vanttinen",
|
||||
"id": "keepassxc-browser@sami.vanttinen",
|
||||
"strict_min_version": "53.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue