LP#1793005 Support loading Hatch in Angular (/eg2). user/berick/lp1793005-hatch-eg2-access
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Sep 2018 19:08:53 +0000 (15:08 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 17 Sep 2018 19:09:58 +0000 (15:09 -0400)
Adds /eg2/*/staff/ to the set of URLs which activate the Hatch browser
extension.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
extension/app/manifest.json

index e953e35..4b77bab 100644 (file)
@@ -13,7 +13,7 @@
   },
   "content_scripts": [
     {
-      "matches": ["https://*/eg/staff/*"],
+      "matches": ["https://*/eg/staff/*", "https://*/eg2/*/staff/*"],
       "js": ["content.js"],
       "run_at": "document_start"
     }