Staples Final Grade/GPA Calculator

Staples Final Grade/GPA Calculator

Calculates the GPA and grades for Staples High School students

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Staples Final Grade/GPA Calculator",
  "short_name": "StaplesFinalGrades",
  "version": "3.0",
  "description": "Calculates the GPA and grades for Staples High School students",
  "content_scripts": [
    {
      "matches": [
        "https://powerschool.westportps.org/guardian/home.html*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "program.js"
      ]
    }
  ],
  "icons": {
    "128": "shsicon.png"
  },
  "manifest_version": 2
}