From 024c16b6fdbc55ff1560286402e908893ea6d613 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 Signed-off-by: blake --- 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 4d3fd7c20e..588aa2234b 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