MP Field Test for Chrome

MP Field Test for Chrome

The Measured Progress Field Test (MP Field Test) app is the student test delivery platform for the Measured Progress Field Test.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MP Field Test for Chrome",
  "version": "1.201",
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "webview",
    "tts",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "mp16.png",
    "128": "mp128.png"
  },
  "kiosk_enabled": true
}