mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Added new host json files
This commit is contained in:
parent
d97115553c
commit
4cb407d83d
2 changed files with 19 additions and 0 deletions
10
com.varjolintu.chromekeepassxc-chrome.json
Normal file
10
com.varjolintu.chromekeepassxc-chrome.json
Normal 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/"
|
||||
]
|
||||
}
|
||||
9
com.varjolintu.chromekeepassxc-firefox.json
Normal file
9
com.varjolintu.chromekeepassxc-firefox.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue