summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-10-04 18:57:41 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-10-04 18:57:41 -0400
commitd908f4c81e71ef7db4d086afcf72af84f34b9cdb (patch)
tree29577fed160da298ff41f4b1042158eadc2b67d4 /manifest.json
parent3fe25fa48f199538ddbdfc1c7ac8e966075b27f9 (diff)
downloadyorku-web-helper-d908f4c81e71ef7db4d086afcf72af84f34b9cdb.tar.xz
yorku-web-helper-d908f4c81e71ef7db4d086afcf72af84f34b9cdb.zip
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
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"]
},