SAIS Timetable

SAIS Timetable

Adds a timetable of your classes on the shopping cart page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SAIS Timetable",
  "description": "Adds a timetable of your classes on the shopping cart page.",
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "https://*.up.edu.ph/*/*",
        "http://*.up.edu.ph/*/*"
      ],
      "js": [
        "bundle.js"
      ],
      "css": [
        "style.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}