summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-18 16:08:48 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-18 16:08:48 -0400
commit0d046223e2b2478473bef39e053d3021fbe169b0 (patch)
tree1c1cec190c8c2f78a2982408ca80e76701e2bc8a /manifest.json
downloadyorku-web-helper-0d046223e2b2478473bef39e053d3021fbe169b0.tar.xz
yorku-web-helper-0d046223e2b2478473bef39e053d3021fbe169b0.zip
Initial commit
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..aa3b565
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,18 @@
+{
+ "manifest_version": 2,
+ "name": "YorkU Web Helper",
+ "version": "1.0",
+ "description": "Unofficial York University website helper extension.",
+ "content_scripts": [
+ {
+ "matches": ["*://*.sis.yorku.ca/Apps/WebObjects/cdm.woa/wa/crsq?*"],
+ "run_at": "document_end",
+ "js": ["crsq.js"]
+ }
+ ],
+ "browser_action": {
+ "browser_style": true,
+ "default_title": "YorkU Web Helper",
+ "default_popup": "action_popup/action_popup.html"
+ }
+}