BCA GPA

BCA GPA

Calculates and shows GPA for PowerSchool BCA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BCA GPA",
  "version": "1.0.3",
  "description": "Calculates and shows GPA for PowerSchool BCA",
  "icons": {
    "64": "64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bcts.powerschool.com/guardian/home.html*",
        "https://bcts.powerschool.com/guardian/home.html/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}