projects
/
working
/
Hatch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e157cc2
)
LP#1793005 Support loading Hatch in Angular (/eg2).
author
Bill Erickson
<berickxx@gmail.com>
Mon, 17 Sep 2018 19:08:53 +0000
(15:08 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 24 Apr 2019 18:54:22 +0000
(14:54 -0400)
Adds /eg2/*/staff/ to the set of URLs which activate the Hatch browser
extension.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: blake <blake@mobiusconsortium.org>
extension/app/manifest.json
patch
|
blob
|
history
diff --git
a/extension/app/manifest.json
b/extension/app/manifest.json
index
4d3fd7c
..
588aa22
100644
(file)
--- 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"
}