From: Bill Erickson Date: Mon, 17 Sep 2018 19:08:53 +0000 (-0400) Subject: LP#1793005 Support loading Hatch in Angular (/eg2). X-Git-Tag: v0.3.2~17 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=53a0728a9dc0a88188bc60e81465cf0b24848d77;p=Hatch.git LP#1793005 Support loading Hatch in Angular (/eg2). Adds /eg2/*/staff/ to the set of URLs which activate the Hatch browser extension. Signed-off-by: Bill Erickson Signed-off-by: blake --- diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 4d3fd7c..588aa22 100644 --- a/extension/app/manifest.json +++ b/extension/app/manifest.json @@ -13,7 +13,7 @@ }, "content_scripts": [ { - "matches": ["https://*/eg/staff/*"], + "matches": ["https://*/eg/staff/*", "https://*/eg2/*/staff/*"], "js": ["content.js"], "run_at": "document_start" }