LP#1731922 - Add Firefox native messaging manifest.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 27 Apr 2018 22:14:10 +0000 (18:14 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 27 Apr 2018 22:14:10 +0000 (18:14 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
extension/host/firefox/org.evergreen_ils.hatch.json [new file with mode: 0644]

diff --git a/extension/host/firefox/org.evergreen_ils.hatch.json b/extension/host/firefox/org.evergreen_ils.hatch.json
new file mode 100644 (file)
index 0000000..02b4ab2
--- /dev/null
@@ -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"
+  ]
+}