nixpkgs/pkgs/applications/misc/keepassxc/firefox-native-messaging-host.json
chayleaf 190ea7b09e keepassxc: add firefox native messaging host file
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.
2023-10-13 05:43:46 +07:00

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