git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/chromium/NativeMessagingHosts/com.github.browserpass.native.json11
-rw-r--r--.gitignore8
2 files changed, 15 insertions, 4 deletions
diff --git a/.config/chromium/NativeMessagingHosts/com.github.browserpass.native.json b/.config/chromium/NativeMessagingHosts/com.github.browserpass.native.json
new file mode 100644
index 0000000..9a89b66
--- /dev/null
+++ b/.config/chromium/NativeMessagingHosts/com.github.browserpass.native.json
@@ -0,0 +1,11 @@
+{
+ "name": "com.github.browserpass.native",
+ "description": "Browserpass native component for the Chromium extension",
+ "path": "/usr/bin/browserpass",
+ "type": "stdio",
+ "allowed_origins": [
+ "chrome-extension://naepdomgkenhinolocfifgehidddafch/",
+ "chrome-extension://pjmbgaakjkbhpopmakjoedenlfdmcdgm/",
+ "chrome-extension://klfoddkbhleoaabpmiigbmpbjfljimgb/"
+ ]
+}
diff --git a/.gitignore b/.gitignore
index c39b8c8..deb4e9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,7 +32,7 @@
!/.githooks
!/.screenrc
!/.config/flake8
-!/.config/chromium/
-!/.waterfox/native-messaging-hosts
-!/.librewolf/native-messaging-hosts
-!/.mozilla/native-messaging-hosts
+!/.config/chromium/NativeMessagingHosts/*
+!/.waterfox/native-messaging-hosts/*
+!/.librewolf/native-messaging-hosts/*
+!/.mozilla/native-messaging-hosts/*