Visual Student Roster

Visual Student Roster

Brings Visual Student Roster feature to MyWSU

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Brings Visual Student Roster feature to MyWSU",
  "manifest_version": 3,
  "name": "Visual Student Roster",
  "version": "0.0.4",
  "homepage_url": "https://github.com/jmhammond/visual-student-roster",
  "icons": {
    "64": "icons/roster-64.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.wichita.edu/"
  ]
}