Zot Point Average

Zot Point Average

Used to display the class statistics for the subject

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zot Point Average",
  "version": "0.1",
  "description": "Used to display the class statistics for the subject",
  "short_name": "Short Sample Name",
  "permissions": [
    "https://www.reg.uci.edu/perl/WebSoc"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.reg.uci.edu/perl/WebSoc"
      ],
      "css": [
        "background.css"
      ],
      "js": [
        "jquery.min.js",
        "chart.js",
        "background.js"
      ]
    }
  ],
  "icons": {
    "16": "img/zpa.png",
    "32": "img/zpa.png",
    "48": "img/zpa.png"
  },
  "browser_action": {
    "default_title": "Does a thing when you do a thing",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/zpa.png",
      "32": "img/zpa.png",
      "48": "img/zpa.png"
    }
  }
}