From d1c4103478e744582d9c41cd81d2832bd35c998c Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 9 Jan 2025 18:58:18 +0100 Subject: +pass(word) plugin messaging hosts for several browsers --- .mozilla/native-messaging-hosts/com.github.browserpass.native.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mozilla/native-messaging-hosts/com.github.browserpass.native.json (limited to '.mozilla/native-messaging-hosts/com.github.browserpass.native.json') 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"] +} -- cgit v1.2.3