190ea7b09e
When using a Firefox fork, upstream package relies on you entering the browser user config path manually and writes the native messaging host file to that path. It should be much more convenient to manage it in Nix.
9 lines
263 B
JSON
9 lines
263 B
JSON
{
|
|
"name": "org.keepassxc.keepassxc_browser",
|
|
"description": "KeePassXC integration with native messaging support",
|
|
"path": "@out@/bin/keepassxc-proxy",
|
|
"type": "stdio",
|
|
"allowed_extensions": [
|
|
"keepassxc-browser@keepassxc.org"
|
|
]
|
|
}
|