Merge branch 'develop'

This commit is contained in:
varjolintu 2017-06-14 18:09:30 +03:00
commit a5e70130e7
5 changed files with 6 additions and 6 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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=""

View file

@ -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";

View file

@ -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"
}
}