ISB PowerSchool Enhancer

ISB PowerSchool Enhancer

Enhances PowerSchool Functionality

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "src/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "src/jquery.min.js",
        "src/gpa.js",
        "src/schedule/schedule.js",
        "src/ban.js"
      ],
      "matches": [
        "http://powerschool.isb.ac.th/guardian/*",
        "https://powerschool.isb.ac.th/guardian/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Enhances PowerSchool Functionality",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "ISB PowerSchool Enhancer",
  "permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "short_name": "ISBPWRSKLENH",
  "version": "1.5.0",
  "web_accessible_resources": [
    "src/schedule/schedule.css"
  ]
}