Will I Fail?

Will I Fail?

Allows you to add grades to powerschool and see their effects.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Will I Fail?",
  "description": "Allows you to add grades to powerschool and see their effects.",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.powerschool.com/*/scores.html*"
      ],
      "js": [
        "waitForLoad.js",
        "content.js",
        "createTable.js",
        "createNewScoreTable.js",
        "updateScore.js",
        "updateAddedScore.js",
        "onlyNumbers.js"
      ]
    }
  ]
}