diff options
-rw-r--r-- | .config/chromium/NativeMessagingHosts/com.github.browserpass.native.json | 11 | ||||
-rw-r--r-- | .gitignore | 8 |
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/" + ] +} @@ -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/* |