summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
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"
+ }
+}