Rate My Vandy Professors

Rate My Vandy Professors

Puts RateMyProfessors ratings directly into Vanderbilt Class Search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rate My Vandy Professors",
  "short_name": "RateVandy",
  "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.",
  "version": "1.1.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://www.ratemyprofessors.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://webapp.mis.vanderbilt.edu/more/SearchClasses*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "content.js",
        "subs.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}