commit 7ba7f6c1a28ffc5ccadc77599c90864ccbaa9844 Author: 10001shh Date: Sat Jun 30 16:41:06 2018 -0500 First commit diff --git a/content.js b/content.js new file mode 100644 index 00000000..e69de29b diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..28051d1c --- /dev/null +++ b/manifest.json @@ -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/*"] + }] + +} \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 00000000..e69de29b