UWaterloo Course Info

UWaterloo Course Info

Provides information about UWaterloo Courses when searched on Google.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UWaterloo Course Info",
  "version": "0.0.1.5",
  "description": "Provides information about UWaterloo Courses when searched on Google.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dependencies/jQuery/jquery-3.2.1.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/UWYellow128x.png",
    "default_title": "Click to Toggle!"
  },
  "permissions": [
    "*://*/*",
    "storage",
    "notifications"
  ]
}