Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created December 15, 2020 02:40
Show Gist options
  • Save luckylittle/b09f827ffa50b0a796d6a5acfea862d4 to your computer and use it in GitHub Desktop.
Save luckylittle/b09f827ffa50b0a796d6a5acfea862d4 to your computer and use it in GitHub Desktop.
KeePassXC integration with Chromium/Iron (~/.config/chromium/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json)
{
"allowed_origins": [
"chrome-extension://iopaggbpplllidnfmcghoonnokmjoicf/",
"chrome-extension://oboonakemofpalcgghocfoadofidjkkk/",
"chrome-extension://ihkfcololioiohopfcoekpnmnnhfnejf/"
],
"description": "KeePassXC integration with native messaging support",
"name": "org.keepassxc.keepassxc_browser",
"path": "/usr/bin/keepassxc-proxy",
"type": "stdio"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment