-
-
Notifications
You must be signed in to change notification settings - Fork 187
Native messaging script files
Sami Vänttinen edited this page Jul 19, 2020
·
2 revisions
Here are the native messaging script files for manual adding or modification:
Firefox:
{
"allowed_extensions": [
"keepassxc-browser@keepassxc.org"
],
"description": "KeePassXC integration with native messaging support",
"name": "org.keepassxc.keepassxc_browser",
"path": "<path to keepassxc-proxy>",
"type": "stdio"
}
Chromium-based browsers:
{
"allowed_origins": [
"chrome-extension://pdffhmdngciaglkoonimfcmckehcpafo/",
"chrome-extension://oboonakemofpalcgghocfoadofidjkkk/"
],
"description": "KeePassXC integration with native messaging support",
"name": "org.keepassxc.keepassxc_browser",
"path": "<path to keepassxc-proxy>",
"type": "stdio"
}