First commit

This commit is contained in:
10001shh
2018-06-30 16:41:06 -05:00
commit 7ba7f6c1a2
3 changed files with 14 additions and 0 deletions

0
content.js Normal file
View File

14
manifest.json Normal file
View File

@@ -0,0 +1,14 @@
{
"manifest_version": 2,
"name": "UT Course Extension",
"version": "0.1.0",
"description": "Chrome Extension to show more information on the UT Course catalog",
"content_scripts": [{
"css": ["styles.css"],
"js": ["content.js"],
"matches": ["https://utdirect.utexas.edu/apps/registrar/course_schedule/*"]
}]
}

0
styles.css Normal file
View File