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