Cherry Creek Schools Powerschool Calculator

Cherry Creek Schools Powerschool Calculator

Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cherry Creek Schools Powerschool Calculator",
  "short_name": "CCSD Powerschool",
  "description": "Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade.",
  "version": "2.0.5",
  "browser_action": {
    "default_title": "Cherry Creek Schools Powerschool Calculator",
    "default_icon": {
      "19": "icongray.png",
      "38": "icongray.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "bootstrap.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "icon.png",
    "icon32.png"
  ],
  "permissions": [
    "http://powerschool.cherrycreekschools.org/",
    "https://powerschool.cherrycreekschools.org/",
    "https://powerschool.cherrycreekschools.org/public/",
    "tabs",
    "storage",
    "cookies",
    "notifications"
  ]
}