MTHS Schedule

MTHS Schedule

A convenient way for students, teachers and parents to view the MTHS rotation schedule!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MTHS Schedule",
  "description": "A convenient way for students, teachers and parents to view the MTHS rotation schedule!",
  "version": "3.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "day1.html",
    "default_icon": "clock16.png"
  },
  "icons": {
    "16": "clock16.png",
    "32": "clock32.png",
    "48": "clock48.png",
    "128": "clock128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens day1.html"
    }
  }
}