Skip to content

Commit

Permalink
Edit name
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwritescode committed Nov 12, 2021
1 parent 4416db0 commit fc89b32
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "HCMUS Moodle Enhanced",
"name": "HCMUS Moodle Improved",
"description": "",
"version": "1.2.0",
"manifest_version": 2,
Expand Down Expand Up @@ -30,18 +30,18 @@
"src/jquery.js",
"src/courses-page.js"
]
},
{
"matches": [
"https://courses.ctda.hcmus.edu.vn/",
"https://courses.ctda.hcmus.edu.vn/?*",
"https://courses.hcmus.edu.vn/",
"https://courses.hcmus.edu.vn/?*"
],
"js": [
"src/jquery.js",
"src/home-page.js"
]
}
},
{
"matches": [
"https://courses.ctda.hcmus.edu.vn/",
"https://courses.ctda.hcmus.edu.vn/?*",
"https://courses.hcmus.edu.vn/",
"https://courses.hcmus.edu.vn/?*"
],
"js": [
"src/jquery.js",
"src/home-page.js"
]
}
]
}
}

0 comments on commit fc89b32

Please sign in to comment.