Sql working

This commit is contained in:
10001shh
2018-07-03 17:16:07 -05:00
parent 330bdc89b0
commit 4f31b3e963
5 changed files with 88 additions and 6 deletions

View File

@@ -5,11 +5,19 @@
"version": "0.1.0",
"description": "Chrome Extension to show more information on the UT Course catalog",
"permissions": [
"https://utdirect.utexas.edu/apps/registrar/course_schedule/*",
"*://*.ratemyprofessors.com/*"
],
"content_scripts": [{
"css": ["styles.css"],
"js": ["jquery-3.3.1.min.js","content.js"],
"js": ["sql.js","jquery-3.3.1.min.js","content.js"],
"matches": ["https://utdirect.utexas.edu/apps/registrar/course_schedule/*"]
}]
}],
"web_accessible_resources": [
"grades.db"],
"background": {
"scripts": ["background.js"],
"persistent": true
}
}