a.0 (Powerschool Enhancement)

a.0 (Powerschool Enhancement)

Get more precise grades, insert hypothetical grades, and use many more features to become a grade guru

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "a.0 (Powerschool Enhancement)",
  "short_name": "a.0",
  "description": "Get more precise grades, insert hypothetical grades, and use many more features to become a grade guru",
  "version": "1.5.2",
  "permissions": [
    "activeTab",
    "storage",
    "declarativeContent"
  ],
  "page_action": {
    "default_icon": "apointo.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/guardian/*"
      ],
      "js": [
        "jquery.min.js",
        "Chart.js",
        "apointo.js"
      ],
      "css": [
        "apointo.css"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "options.html",
  "web_accessible_resources": [
    "/resources/*.png",
    "*.png"
  ]
}