add make targets for launchd, systemd, and NativeMessagingHosts

This commit is contained in:
2026-03-20 03:09:53 +09:00
parent be06b31e35
commit c8f9b87e2c
3 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "com.8bit.bitwarden",
"description": "Bitwarden desktop proxy",
"path": "/Users/USER/.local/bin/bw-proxy",
"type": "stdio",
"allowed_origins": ["chrome-extension://nngceckbapebfimnlniiiahkandclblb/"]
}

View File

@@ -0,0 +1,7 @@
{
"name": "com.8bit.bitwarden",
"description": "Bitwarden desktop proxy",
"path": "/Users/USER/.local/bin/bw-proxy",
"type": "stdio",
"allowed_extensions": ["{446900e4-71c2-419f-a6a7-df9c091e268b}"]
}