git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.mozilla
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla')
-rw-r--r--.mozilla/native-messaging-hosts/com.github.browserpass.native.json7
-rw-r--r--.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json9
2 files changed, 16 insertions, 0 deletions
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"
+}