Update version
[MoodleCloudExperienceEnhancer.git] / manifest.json
1 {
2
3 "manifest_version": 2,
4 "name": "MoodleCloud Experience Enhancer",
5 "version": "1.1",
6
7 "description": "Enhances the MoodleCloud experience on moodlecloud.com.",
8
9 "content_scripts": [
10 {
11 "matches": ["*://*.moodlecloud.com/"],
12 "js": ["jquery.js", "moodlecloud.js"]
13 }
14 ]
15
16 }