summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 15:12:18 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 15:12:18 -0400
commit3fe25fa48f199538ddbdfc1c7ac8e966075b27f9 (patch)
tree594088b90615cf760d334e97da6151c48e20fad6 /manifest.json
parent7ede81e82f608af89c9c238acf598bf9f47b765a (diff)
downloadyorku-web-helper-3fe25fa48f199538ddbdfc1c7ac8e966075b27f9.tar.xz
yorku-web-helper-3fe25fa48f199538ddbdfc1c7ac8e966075b27f9.zip
add crsq1
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index aa3b565..936cf7e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,6 +8,11 @@
"matches": ["*://*.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/crsq?*"],
"run_at": "document_end",
"js": ["crsq.js"]
+ },
+ {
+ "matches": ["*://*.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/crsq1?*"],
+ "run_at": "document_end",
+ "js": ["crsq1.js"]
}
],
"browser_action": {