Schedule Helper Updated

Schedule Helper Updated

Improve UC Davis Schedule Builder with ✨color-coded search results✨ and ✨student-submitted ratings for each instructor✨

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Schedule Helper Updated",
  "version": "0.5.1",
  "description": "Improve UC Davis Schedule Builder with ✨color-coded search results✨ and ✨student-submitted ratings for each instructor✨",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "extension-options.html",
    "open_in_tab": false
  },
  "action": {
    "default_popup": "extension-options.html"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "luxon.min.js",
        "extension-data.js",
        "extension-utils.js",
        "extension-export.js",
        "extension-color.js",
        "extension-conflicts.js",
        "extension-links.js",
        "extension-ratings.js"
      ],
      "matches": [
        "https://my.ucdavis.edu/schedulebuilder/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAks8rMXFPT9lqwlbOEg+OJcPDCgCbF8HdwcW5HsF30P+1IUrve0Om3MuFIvnq+WxcR2j7w37hsqK+ojntMlmMlo+sbMjmy16+K57XTw+dU4LnpccA1Ui8ERRo9wMLUKdXC5mQEpJdZQv7wi3IsGKO5rPxKI2752FE3b9eWrgLvd4udKH7OBO6n2y1I5D3noGu/FUkgybPijNoRAXq7A9MuDLVr2wPdRv4PWFBQa+EilyNAtVJJCVPZ8+58bdKyIhAGVFEBhQ/Xz9r5vYV0joZd3pPO2WgNumMhvlpQ1iIBHHgDfNy1D9yX345/IH2NHs5i/7BkbQvHq+xweavVjJ7SwIDAQAB"
}