diff options
author | Andre Heinecke <[email protected]> | 2018-08-21 11:24:08 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-08-21 11:58:51 +0000 |
commit | 9608996d88549b60da490e5eeb41db023f97a038 (patch) | |
tree | 8f55a965b0d59f53ea20dc64eccce4b56a8884c9 | |
parent | js: Improve README (diff) | |
download | gpgme-9608996d88549b60da490e5eeb41db023f97a038.tar.gz gpgme-9608996d88549b60da490e5eeb41db023f97a038.zip |
Add example manifests for gpgme-json
* doc/examples/gpgme-chrome.json, doc/examples/gpgme-mozilla.json: New.
* doc/Makefile.am (EXTRA_DIST): Include them.
--
The id contained in the examples is the ID of Mailvelope.
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/examples/gpgme-chrome.json | 9 | ||||
-rw-r--r-- | doc/examples/gpgme-mozilla.json | 9 |
3 files changed, 20 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 905f9534..a592f795 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,7 +23,8 @@ DISTCLEANFILES = gpgme.tmp CLEANFILES = mkdefsinc defs.inc EXTRA_DIST = module-overview.sk HACKING DCO ChangeLog-2011 \ - mkdefsinc.c defsincdate + mkdefsinc.c defsincdate \ + examples/gpgme-mozilla.json examples/gpgme-chrome.json BUILT_SOURCES = defsincdate defs.inc diff --git a/doc/examples/gpgme-chrome.json b/doc/examples/gpgme-chrome.json new file mode 100644 index 00000000..d250ecbe --- /dev/null +++ b/doc/examples/gpgme-chrome.json @@ -0,0 +1,9 @@ +{ + "name": "gpgmejson", + "description": "Integration with GnuPG", + "path": "/usr/bin/gpgme-json", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://kajibbejlbohfaggdiogboambcijhkke/" + ] +} 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" + ] +} |