MoodleCloud Experience Enhancer

MoodleCloud Experience Enhancer

Enhances the MoodleCloud experience on moodlecloud.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MoodleCloud Experience Enhancer",
  "version": "1.2resigned1",
  "description": "Enhances the MoodleCloud experience on moodlecloud.com.",
  "content_scripts": [
    {
      "matches": [
        "*://*.moodlecloud.com/"
      ],
      "js": [
        "jquery.js",
        "moodlecloud.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d58e6ae6-1c1f-472e-a1dc-82e0e1fb8e05}"
    }
  }
}