aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/gpgme-mozilla.json
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-08-22 11:15:35 +0000
committerAndre Heinecke <[email protected]>2018-08-22 11:15:35 +0000
commit59ed27bae14da6c1ba6848b34acfc836846a27bc (patch)
treef9efc016f561129c4c02f41bf0e84b566883d6eb /doc/examples/gpgme-mozilla.json
parentjson: Add proper decrypt_result_t handling (diff)
parentjs: changed verify signature result infos (diff)
downloadgpgme-59ed27bae14da6c1ba6848b34acfc836846a27bc.tar.gz
gpgme-59ed27bae14da6c1ba6848b34acfc836846a27bc.zip
Merge branch 'javascript-binding'
This adds a new language binding "gpgme.js" to GPGME. It serves as a bridge between the native-messaging service "gpgme-json" and JavaScript Applications. The first user of this binding will be Mailvelope which will see GnuPG integration in the near future. GnuPG-Bug-Id: T4107
Diffstat (limited to 'doc/examples/gpgme-mozilla.json')
-rw-r--r--doc/examples/gpgme-mozilla.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/gpgme-mozilla.json b/doc/examples/gpgme-mozilla.json
new file mode 100644
index 00000000..493b3983
--- /dev/null
+++ b/doc/examples/gpgme-mozilla.json
@@ -0,0 +1,9 @@
+{
+ "name": "gpgmejson",
+ "description": "Integration with GnuPG",
+ "path": "/usr/bin/gpgme-json",
+ "type": "stdio",
+ "allowed_extensions": [
+ "jid1-AQqSMBYb0a8ADg@jetpack"
+ ]
+}