diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-04-01 11:27:39 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-04-01 11:27:39 -0400 |
| commit | f34e77efa50eadbb93ec43093ff5ea7063ff1aa0 (patch) | |
| tree | 15301c17c92ac22e2000a0821a59e2c0de1465cf /home-config/mailvelope | |
| parent | 20d64b16e742cdc74665f312f1ef20ebe66f06c6 (diff) | |
Temp home config change, added mailvelope native-host
Diffstat (limited to 'home-config/mailvelope')
| -rw-r--r-- | home-config/mailvelope/gpgmejson.json | 7 | ||||
| -rwxr-xr-x | home-config/mailvelope/start.sh | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/home-config/mailvelope/gpgmejson.json b/home-config/mailvelope/gpgmejson.json new file mode 100644 index 0000000..7ad8586 --- /dev/null +++ b/home-config/mailvelope/gpgmejson.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "name": "gpgmejson", | ||
| 3 | "description": "JavaScript binding for GnuPG", | ||
| 4 | "path": "/home/ryan/.local/share/mailvelope/start.sh", | ||
| 5 | "type": "stdio", | ||
| 6 | "allowed_extensions": ["jid1-AQqSMBYb0a8ADg@jetpack"] | ||
| 7 | } | ||
diff --git a/home-config/mailvelope/start.sh b/home-config/mailvelope/start.sh new file mode 100755 index 0000000..01b3ee2 --- /dev/null +++ b/home-config/mailvelope/start.sh | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | # Wrap for gpgme-json so firefox can use it | ||
| 4 | exec gpgme-json $@ | ||
