Skip to content

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": [
        "[email protected]"
    ],
    "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"
}

Clone this wiki locally