From 02f5ff8895ee518ad8aa2286a98666012cfcc210 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 27 Apr 2018 18:14:10 -0400 Subject: [PATCH] LP#1731922 - Add Firefox native messaging manifest. Signed-off-by: Chris Sharp --- extension/host/firefox/org.evergreen_ils.hatch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extension/host/firefox/org.evergreen_ils.hatch.json diff --git a/extension/host/firefox/org.evergreen_ils.hatch.json b/extension/host/firefox/org.evergreen_ils.hatch.json new file mode 100644 index 0000000000..02b4ab24f8 --- /dev/null +++ b/extension/host/firefox/org.evergreen_ils.hatch.json @@ -0,0 +1,9 @@ +{ + "name": "org.evergreen_ils.hatch", + "description": "Hatch Native Messaging Host", + "path": "/path/to/hatch.sh", + "type": "stdio", + "allowed_extensions": [ + "9a528e9f5eac1d2d70edbaa573579104276e6d5b@temporary-addon" + ] +} -- 2.11.0