Skip to content

Commit

Permalink
Bump to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhuan committed Nov 1, 2023
1 parent 56b2bd5 commit 0a8a445
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
{
"name": "Rate My ASU Professors",
"version": "2.1.0",
"version": "2.2.0",
"description": "Rate My Professors Plugin for ASU Class Search. Allowing you to directly view professor ratings on the ASU Class Search page.",
"author": "[email protected]",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["https://catalog.apps.asu.edu/*"],
"css": ["content/styles.css"]
"matches": [
"https://catalog.apps.asu.edu/*"
],
"css": [
"content/styles.css"
]
},
{
"matches": ["https://*.asu.edu/catalog/classes*"],
"matches": [
"https://*.asu.edu/catalog/classes*"
],
"js": [
"content/jquery-3.5.1.min.js",
"content/string-similarity.min.js",
"content/content.js"
]
}
],
"permissions": ["activeTab", "background"],
"permissions": [
"activeTab",
"background"
],
"host_permissions": [
"https://*.asu.edu/*",
"https://www.ratemyprofessors.com/*"
Expand All @@ -32,4 +41,4 @@
"128": "icon128.png"
},
"manifest_version": 3
}
}

0 comments on commit 0a8a445

Please sign in to comment.