GauchoSpace-Enhancement-Suite

GauchoSpace-Enhancement-Suite

GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "GauchoSpace-Enhancement-Suite",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "GauchoSpace-Enhancement-Suite contains tweaks for UCSB's Moodle site, to make student's interactions more streamlined",
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "https://gauchospace.ucsb.edu/*"
      ],
      "js": [
        "jquery.min.js",
        "GES.js",
        "jquery-scrolltofixed-min.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}