diff options
author | mail_redacted_for_web | 2025-01-09 18:58:18 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2025-01-09 18:58:18 +0100 |
commit | d1c4103478e744582d9c41cd81d2832bd35c998c (patch) | |
tree | b26f071a3a17866378b0a99b181b58aefac68606 | |
parent | dd46aa335ddc825601c95c52f8a5100e4025e69f (diff) | |
download | dotfiles-d1c4103478e744582d9c41cd81d2832bd35c998c.tar.bz2 |
+pass(word) plugin messaging hosts for several browsers
8 files changed, 34 insertions, 0 deletions
diff --git a/.config/chromium/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json b/.config/chromium/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json new file mode 100644 index 0000000..4188409 --- /dev/null +++ b/.config/chromium/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json @@ -0,0 +1,10 @@ +{ + "allowed_origins": [ + "chrome-extension://pdffhmdngciaglkoonimfcmckehcpafo/", + "chrome-extension://oboonakemofpalcgghocfoadofidjkkk/" + ], + "description": "KeePassXC integration with native messaging support", + "name": "org.keepassxc.keepassxc_browser", + "path": "/usr/bin/keepassxc-proxy", + "type": "stdio" +} @@ -32,3 +32,7 @@ !/.githooks !/.screenrc !/.config/flake8 +!/.config/chromium/ +!/.waterfox/native-messaging-hosts +!/.librewolf/native-messaging-hosts +!/.mozilla/native-messaging-hosts diff --git a/.librewolf/native-messaging-hosts/com.github.browserpass.native.json b/.librewolf/native-messaging-hosts/com.github.browserpass.native.json new file mode 120000 index 0000000..14b9b0d --- /dev/null +++ b/.librewolf/native-messaging-hosts/com.github.browserpass.native.json @@ -0,0 +1 @@ +../../.mozilla/native-messaging-hosts/com.github.browserpass.native.json
\ No newline at end of file diff --git a/.librewolf/native-messaging-hosts/org.keepassxc.keepassxc_browser.json b/.librewolf/native-messaging-hosts/org.keepassxc.keepassxc_browser.json new file mode 120000 index 0000000..dba24ca --- /dev/null +++ b/.librewolf/native-messaging-hosts/org.keepassxc.keepassxc_browser.json @@ -0,0 +1 @@ +../../.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json
\ No newline at end of file diff --git a/.mozilla/native-messaging-hosts/com.github.browserpass.native.json b/.mozilla/native-messaging-hosts/com.github.browserpass.native.json new file mode 100644 index 0000000..b2f26ba --- /dev/null +++ b/.mozilla/native-messaging-hosts/com.github.browserpass.native.json @@ -0,0 +1,7 @@ +{ + "name": "com.github.browserpass.native", + "description": "Browserpass native component for the Firefox extension", + "path": "/usr/bin/browserpass", + "type": "stdio", + "allowed_extensions": ["browserpass@maximbaz.com"] +} diff --git a/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json b/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json new file mode 100644 index 0000000..9ba102f --- /dev/null +++ b/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json @@ -0,0 +1,9 @@ +{ + "allowed_extensions": [ + "keepassxc-browser@keepassxc.org" + ], + "description": "KeePassXC integration with native messaging support", + "name": "org.keepassxc.keepassxc_browser", + "path": "/usr/bin/keepassxc-proxy", + "type": "stdio" +} diff --git a/.waterfox/native-messaging-hosts/com.github.browserpass.native.json b/.waterfox/native-messaging-hosts/com.github.browserpass.native.json new file mode 120000 index 0000000..14b9b0d --- /dev/null +++ b/.waterfox/native-messaging-hosts/com.github.browserpass.native.json @@ -0,0 +1 @@ +../../.mozilla/native-messaging-hosts/com.github.browserpass.native.json
\ No newline at end of file diff --git a/.waterfox/native-messaging-hosts/org.keepassxc.keepassxc_browser.json b/.waterfox/native-messaging-hosts/org.keepassxc.keepassxc_browser.json new file mode 120000 index 0000000..dba24ca --- /dev/null +++ b/.waterfox/native-messaging-hosts/org.keepassxc.keepassxc_browser.json @@ -0,0 +1 @@ +../../.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json
\ No newline at end of file |