UW-Madison Schedule Download

UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UW-Madison Schedule Download",
  "description": "Download your UW-Madison schedule as a file.",
  "version": "1.0.1",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://my.wisc.edu/portal/p/class-schedule*/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "scripts/*",
        "style/*"
      ]
    }
  ],
  "manifest_version": 3
}