Rate My GMU Professors

Rate My GMU Professors

Display the ratings of each George Mason University professor for GMU Patriot Web!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rate My GMU Professors",
  "version": "1.0.4",
  "description": "Display the ratings of each George Mason University professor for GMU Patriot Web!",
  "author": "Jeong Min Cho",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://search-production.ratemyprofessors.com/*",
    "https://www.ratemyprofessors.com/paginate/professors/*"
  ],
  "content_scripts": [
    {
      "js": [
        "js/jQuery.js",
        "js/bootstrap.min.js",
        "contentscript.js"
      ],
      "css": [
        "css/profilecard.css",
        "css/profilepopup.css",
        "css/bootstrap.css",
        "css/bootstrap.min.css",
        "css/popup.css"
      ],
      "matches": [
        "*://ssbstureg.gmu.edu/StudentRegistrationSsb/ssb/*/*",
        "*://patriotweb.gmu.edu/pls/prod/bwskfcls.P_GetCrse"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.png",
        "js/*.js",
        "css/*.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/img/icon-16x16.png",
      "32": "/img/icon-32x32.png",
      "48": "/img/icon-48x48.png",
      "128": "/img/icon-128x128.png"
    }
  },
  "icons": {
    "16": "/img/icon-16x16.png",
    "32": "/img/icon-32x32.png",
    "48": "/img/icon-48x48.png",
    "128": "/img/icon-128x128.png"
  },
  "manifest_version": 3
}