UW Class Schedule Exporter

UW Class Schedule Exporter

Export your University of Waterloo class schedule to your calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UW Class Schedule Exporter",
  "version": "1.1",
  "description": "Export your University of Waterloo class schedule to your calendar",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://quest.pecs.uwaterloo.ca/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-1.9.1.min.js",
        "content_script.js"
      ]
    }
  ]
}