Gopher Grades - Past grades for UMN classes!

Gopher Grades - Past grades for UMN classes!

Now you can view directly from the course catalog!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Gopher Grades - Past grades for UMN classes!",
  "description": "Now you can view directly from the course catalog!",
  "version": "1.4.1",
  "manifest_version": 3,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "gg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://schedulebuilder.umn.edu/*",
        "https://*.schedulebuilder.umn.edu/*"
      ],
      "css": [
        "sidebar/sidebar.css"
      ],
      "js": [
        "sidebar/sidebar.js"
      ]
    },
    {
      "matches": [
        "https://*.umn.lol/*",
        "https://umn.edu/*"
      ],
      "css": [
        "umn.lol/clearExtensionBanner.css"
      ]
    },
    {
      "matches": [
        "https://myu.umn.edu/*",
        "https://*.myu.umn.edu/*"
      ],
      "css": [
        "calendar/calendar.css"
      ],
      "js": [
        "calendar/calendar.js"
      ]
    }
  ],
  "host_permissions": [
    "*://*.umn.lol/*",
    "*://umn.lol/*",
    "*://*.umn.edu/*",
    "*://umn.edu/*"
  ],
  "action": {
    "default_title": "GopherGrades - use on Schedule Builder or OneStop!",
    "default_icon": {
      "32": "icons/icon-32.png",
      "72": "icons/icon-72.png",
      "128": "icons/icon-128.png",
      "512": "icons/icon-512.png"
    }
  },
  "icons": {
    "32": "icons/icon-32.png",
    "72": "icons/icon-72.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}