updated version number
This commit is contained in:
103
manifest.json
103
manifest.json
@@ -1,57 +1,58 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "UT Registration Plus",
|
"name": "UT Registration Plus",
|
||||||
"version": "1.2.2.5",
|
"version": "1.2.2.6",
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
"description": "Improves the course registration process at the University of Texas at Austin!",
|
"description": "Improves the course registration process at the University of Texas at Austin!",
|
||||||
"permissions": ["tabs",
|
"permissions": ["tabs",
|
||||||
"declarativeContent",
|
"declarativeContent",
|
||||||
"storage",
|
"storage",
|
||||||
"*://*.utdirect.utexas.edu/apps/registrar/course_schedule/*",
|
"*://*.utdirect.utexas.edu/apps/registrar/course_schedule/*",
|
||||||
"*://*.utexas.collegescheduler.com/*",
|
"*://*.utexas.collegescheduler.com/*",
|
||||||
"*://*.catalog.utexas.edu/ribbit/",
|
"*://*.catalog.utexas.edu/ribbit/",
|
||||||
"*://*.registrar.utexas.edu/schedules/*",
|
"*://*.registrar.utexas.edu/schedules/*",
|
||||||
"*://*.login.utexas.edu/login/*"
|
"*://*.login.utexas.edu/login/*"
|
||||||
],
|
|
||||||
"content_scripts": [{
|
|
||||||
"css": ["css/styles.css"],
|
|
||||||
"js": ["js/config.js", "js/lib/moment.min.js", "js/lib/highcharts.js", "js/lib/jquery-3.3.1.min.js", "js/lib/jquery.initialize.min.js", "js/util.js",
|
|
||||||
"js/Template.js", "js/courseCatalog.js"
|
|
||||||
],
|
],
|
||||||
"matches": ["https://utdirect.utexas.edu/apps/registrar/course_schedule/*"]
|
"content_scripts": [{
|
||||||
}, {
|
"css": ["css/styles.css"],
|
||||||
"css": ["css/styles.css"],
|
"js": ["js/config.js", "js/lib/moment.min.js", "js/lib/highcharts.js", "js/lib/jquery-3.3.1.min.js", "js/lib/jquery.initialize.min.js", "js/util.js",
|
||||||
"js": ["js/config.js", "js/lib/moment.min.js", "js/lib/highcharts.js", "js/lib/jquery-3.3.1.min.js", "js/lib/jquery.initialize.min.js", "js/util.js",
|
"js/Template.js", "js/courseCatalog.js"
|
||||||
"js/Template.js", "js/utPlanner.js"
|
],
|
||||||
|
"matches": ["https://utdirect.utexas.edu/apps/registrar/course_schedule/*"]
|
||||||
|
}, {
|
||||||
|
"css": ["css/styles.css"],
|
||||||
|
"js": ["js/config.js", "js/lib/moment.min.js", "js/lib/highcharts.js", "js/lib/jquery-3.3.1.min.js", "js/lib/jquery.initialize.min.js", "js/util.js",
|
||||||
|
"js/Template.js", "js/utPlanner.js"
|
||||||
|
],
|
||||||
|
"matches": ["https://utexas.collegescheduler.com/*"]
|
||||||
|
}, {
|
||||||
|
"css": ["css/styles.css"],
|
||||||
|
"js": ["js/config.js", "js/lib/moment.min.js", "js/lib/sql-memory-growth.js", "js/lib/highcharts.js", "js/lib/jquery-3.3.1.min.js", "js/Template.js", "js/util.js", "js/import.js"],
|
||||||
|
"matches": ["https://utdirect.utexas.edu/registrar/waitlist/wl_see_my_waitlists.WBX", "https://utdirect.utexas.edu/registration/classlist.WBX*"]
|
||||||
|
}],
|
||||||
|
"web_accessible_resources": [
|
||||||
|
"grades.db", "images/disticon.png"
|
||||||
],
|
],
|
||||||
"matches": ["https://utexas.collegescheduler.com/*"]
|
"background": {
|
||||||
}, {
|
"scripts": ["js/lib/jquery-3.3.1.min.js", "js/lib/sql-memory-growth.js", "js/lib/moment.min.js", "js/config.js", "js/util.js",
|
||||||
"css": ["css/styles.css"],
|
"js/background.js"
|
||||||
"js": ["js/config.js", "js/lib/moment.min.js", "js/lib/sql-memory-growth.js", "js/lib/highcharts.js", "js/lib/jquery-3.3.1.min.js", "js/Template.js", "js/util.js", "js/import.js"],
|
],
|
||||||
"matches": ["https://utdirect.utexas.edu/registrar/waitlist/wl_see_my_waitlists.WBX", "https://utdirect.utexas.edu/registration/classlist.WBX*"]
|
"persistent": true
|
||||||
}],
|
},
|
||||||
"web_accessible_resources": [
|
"browser_action": {
|
||||||
"grades.db", "images/disticon.png"
|
"default_popup": "popup.html",
|
||||||
],
|
"default_icon": {
|
||||||
"background": {
|
"16": "icons/icon16.png",
|
||||||
"scripts": ["js/lib/jquery-3.3.1.min.js", "js/lib/sql-memory-growth.js", "js/lib/moment.min.js", "js/config.js", "js/util.js",
|
"32": "icons/icon32.png",
|
||||||
"js/background.js"],
|
"48": "icons/icon48.png",
|
||||||
"persistent": true
|
"128": "icons/icon128.png"
|
||||||
},
|
}
|
||||||
"browser_action": {
|
},
|
||||||
"default_popup": "popup.html",
|
"icons": {
|
||||||
"default_icon": {
|
"16": "icons/icon16.png",
|
||||||
"16": "icons/icon16.png",
|
"32": "icons/icon32.png",
|
||||||
"32": "icons/icon32.png",
|
"48": "icons/icon48.png",
|
||||||
"48": "icons/icon48.png",
|
"128": "icons/icon128.png"
|
||||||
"128": "icons/icon128.png"
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"icons": {
|
|
||||||
"16": "icons/icon16.png",
|
|
||||||
"32": "icons/icon32.png",
|
|
||||||
"48": "icons/icon48.png",
|
|
||||||
"128": "icons/icon128.png"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user