diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-10-04 18:57:41 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-10-04 18:57:41 -0400 |
commit | d908f4c81e71ef7db4d086afcf72af84f34b9cdb (patch) | |
tree | 29577fed160da298ff41f4b1042158eadc2b67d4 /manifest.json | |
parent | 3fe25fa48f199538ddbdfc1c7ac8e966075b27f9 (diff) | |
download | yorku-web-helper-master.tar.xz yorku-web-helper-master.zip |
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 936cf7e..b1af075 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,10 @@ "description": "Unofficial York University website helper extension.", "content_scripts": [ { - "matches": ["*://*.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/crsq?*"], + "matches": [ + "*://*.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/crsq?*", + "*://*.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/CRSQuery?*" + ], "run_at": "document_end", "js": ["crsq.js"] }, |