From be325845f2adaee8b5947e99d9f55da5da65705d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 10 Nov 2017 16:16:37 -0500 Subject: [PATCH] LP#1708757 Apply real Chrome store extension ID Teach the NativeMessaging manifest about the new Chrome store ID and remove the bugus test ID from the extension manifest. Signed-off-by: Bill Erickson --- extension/app/manifest.json | 4 +--- extension/host/org.evergreen_ils.hatch.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 74d1a19a0c..de27477c2e 100644 --- a/extension/app/manifest.json +++ b/extension/app/manifest.json @@ -1,8 +1,6 @@ { - // Extension ID: knldjmfmopnpolahpmmgbagdohdnhkik - "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ/A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB", "name": "Hatch Native Messenger", - "version": "1.0", + "version": "0.0.1", "manifest_version": 2, "description": "Relays messages to/from Hatch.", "icons": { diff --git a/extension/host/org.evergreen_ils.hatch.json b/extension/host/org.evergreen_ils.hatch.json index fc14a3e92d..8cf84211f2 100644 --- a/extension/host/org.evergreen_ils.hatch.json +++ b/extension/host/org.evergreen_ils.hatch.json @@ -4,6 +4,6 @@ "path": "/path/to/hatch.sh", "type": "stdio", "allowed_origins": [ - "chrome-extension://knldjmfmopnpolahpmmgbagdohdnhkik/" + "chrome-extension://ppooibdipmklfichpmkcgplfgdplgahl/" ] } -- 2.43.2