UW Schedule Exporter Firefox

Examine source code of UW Schedule Exporter

By: advaitb
Inspect and view changes in UW Schedule Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "UW Schedule Exporter",
  "version": "1.0",
  "description": "Export UW schedule to calendar",
  "permissions": [
    "activeTab",
    "scripting",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://my.uw.edu/academics/"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Export UW Schedule"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png",
    "512": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "advaitb@uw.edu"
    }
  }
}

Best UW Schedule Exporter Alternatives

Here are some Firefox add-ons that are similar to UW Schedule Exporter: