mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
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.
10 lines
263 B
JSON
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"
|
|
]
|
|
}
|