NWEA Secure Testing

NWEA Secure Testing

The NWEA™ Secure Testing app provides students the ability to complete our K–12 assessments in kiosk mode using Chromebooks®. We…

Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "commands": {
    "exit-app": {
      "suggested_key": {
        "default": "Alt+Shift+K"
      },
      "description": "Exit the app"
    }
  },
  "description": "",
  "externally_connectable": {
    "matches": [
      "*://*.nweacolo.pvt/*",
      "*://*.mapnwea.org/*"
    ]
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "kiosk_enabled": true,
  "kiosk_only": true,
  "manifest_version": 2,
  "name": "NWEA Secure Testing",
  "permissions": [
    "fullscreen",
    "alwaysOnTopWindows",
    "webview"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2.0"
}