From bf2f877f4b4f1440729907277439f97fb649aa0c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 17 Sep 2018 15:08:53 -0400 Subject: [PATCH] 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 --- extension/app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/app/manifest.json b/extension/app/manifest.json index e953e356a6..4b77bab9db 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" } -- 2.11.0