ECSU Course Schedule Assistant

ECSU Course Schedule Assistant

Determines possible schedules for a list of courses

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ECSU Course Schedule Assistant",
  "description": "Determines possible schedules for a list of courses",
  "version": "1.3",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "browser_action": {
    "default_title": "Click and follow steps to see possible schedules",
    "default_popup": "popup.html"
  }
}