From 33135b783ac3569ec866de0407d6f58cc1fca2e0 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 30 Apr 2018 15:15:27 -0400 Subject: [PATCH] LP#1731922 - Return native manifest to single file shared between browsers. Signed-off-by: Chris Sharp --- extension/host/firefox/org.evergreen_ils.hatch.json | 9 --------- extension/host/{chrome => }/org.evergreen_ils.hatch.json | 5 ++++- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 extension/host/firefox/org.evergreen_ils.hatch.json rename extension/host/{chrome => }/org.evergreen_ils.hatch.json (61%) diff --git a/extension/host/firefox/org.evergreen_ils.hatch.json b/extension/host/firefox/org.evergreen_ils.hatch.json deleted file mode 100644 index 02b4ab24f8..0000000000 --- a/extension/host/firefox/org.evergreen_ils.hatch.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "org.evergreen_ils.hatch", - "description": "Hatch Native Messaging Host", - "path": "/path/to/hatch.sh", - "type": "stdio", - "allowed_extensions": [ - "9a528e9f5eac1d2d70edbaa573579104276e6d5b@temporary-addon" - ] -} diff --git a/extension/host/chrome/org.evergreen_ils.hatch.json b/extension/host/org.evergreen_ils.hatch.json similarity index 61% rename from extension/host/chrome/org.evergreen_ils.hatch.json rename to extension/host/org.evergreen_ils.hatch.json index 8cf84211f2..beff9efe54 100644 --- a/extension/host/chrome/org.evergreen_ils.hatch.json +++ b/extension/host/org.evergreen_ils.hatch.json @@ -1,8 +1,11 @@ { "name": "org.evergreen_ils.hatch", "description": "Hatch Native Messaging Host", - "path": "/path/to/hatch.sh", + "path": "/home/csharp/Hatch/hatch.sh", "type": "stdio", + "allowed_extensions": [ + "hatch-native-messenger@evergreen-ils.org" + ], "allowed_origins": [ "chrome-extension://ppooibdipmklfichpmkcgplfgdplgahl/" ] -- 2.11.0