From 4cb407d83d59c36209e7d42d7a6978dd2dc1e2cd Mon Sep 17 00:00:00 2001 From: varjolintu Date: Tue, 23 May 2017 14:40:05 +0300 Subject: [PATCH] Added new host json files --- com.varjolintu.chromekeepassxc-chrome.json | 10 ++++++++++ com.varjolintu.chromekeepassxc-firefox.json | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 com.varjolintu.chromekeepassxc-chrome.json create mode 100644 com.varjolintu.chromekeepassxc-firefox.json diff --git a/com.varjolintu.chromekeepassxc-chrome.json b/com.varjolintu.chromekeepassxc-chrome.json new file mode 100644 index 0000000..ce25fa8 --- /dev/null +++ b/com.varjolintu.chromekeepassxc-chrome.json @@ -0,0 +1,10 @@ +{ + "name": "com.varjolintu.chromekeepassxc", + "description": "KeepassXC integration with Chrome with Native Messaging support", + "path" : "%%replace%%", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://iopaggbpplllidnfmcghoonnokmjoicf/", + "chrome-extension://fhakpkpdnjecjfceboihdjpfmgajebii/" + ] +} \ No newline at end of file diff --git a/com.varjolintu.chromekeepassxc-firefox.json b/com.varjolintu.chromekeepassxc-firefox.json new file mode 100644 index 0000000..b5e0176 --- /dev/null +++ b/com.varjolintu.chromekeepassxc-firefox.json @@ -0,0 +1,9 @@ +{ + "name": "com.varjolintu.chromekeepassxc", + "description": "KeepassXC integration with Firefox with Native Messaging support", + "path" : "%%replace%%", + "type": "stdio", + "allowed_extensions": [ + "chromeKeePassXC@sami.vanttinen" + ] +} \ No newline at end of file