Added new host json files

This commit is contained in:
varjolintu 2017-05-23 14:40:05 +03:00
parent d97115553c
commit 4cb407d83d
2 changed files with 19 additions and 0 deletions

View file

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

View file

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