HCPS PowerSchool Plus

HCPS PowerSchool Plus

A general enhancements suite for HCPS PowerSchool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HCPS PowerSchool Plus",
  "short_name": "PowerSchool Plus",
  "version": "3.5.0",
  "description": "A general enhancements suite for HCPS PowerSchool.",
  "content_scripts": [
    {
      "matches": [
        "https://sis.henrico.k12.va.us/*"
      ],
      "css": [
        "src/css/waves.min.css",
        "src/css/Dialogger.v2.css",
        "src/css/app.css"
      ],
      "js": [
        "src/app.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/html/note.html",
    "src/html/history.html"
  ],
  "icons": {
    "48": "icons/48x48.png",
    "128": "icons/128x128.png",
    "512": "icons/512x512.png"
  },
  "permissions": [
    "storage"
  ]
}