UWaterloo Open Rec Schedule Firefox

Examine source code of UWaterloo Open Rec Schedule

Inspect and view changes in UWaterloo Open Rec Schedule source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UWaterloo Open Rec Schedule",
  "version": "1.0.5resigned1",
  "author": "Eric Xing",
  "description": "Makes the UWaterloo open rec schedule more human readable",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "See Open Rec Schedule"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.uwaterloo.ca/Facility/GetSchedule*"
      ],
      "js": [
        "fixSchedule.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "openSchedule.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "scripts.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d50e553-8866-497f-9a7f-9c838c12dbfc}"
    }
  }
}

Best UWaterloo Open Rec Schedule Alternatives

Here are some Firefox add-ons that are similar to UWaterloo Open Rec Schedule: