UMICH Course Guide RMP

UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UMICH Course Guide RMP",
  "version": "1.0",
  "description": "Shows Rate My Prof information on LSA Course Guide",
  "author": "Alex and Serdar",
  "content_scripts": [
    {
      "matches": [
        "https://www.lsa.umich.edu/cg/cg_results.aspx?*"
      ],
      "js": [
        "course_guide_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "icons": {
    "32": "icon.png"
  }
}