MC Student

MC Student

MasteryConnect Student allows students to take assignments, tests, quizzes, and common formative assessments using Chrome…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MC Student",
  "version": "0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0.0.0",
  "permissions": [
    "webview"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "persistent": false
    }
  },
  "kiosk_enabled": true,
  "kiosk_only": false,
  "default_locale": "en",
  "icons": {
    "128": "img/128_round_shadow.png"
  }
}