TestNav

TestNav

Online Testing App from Pearson

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.12.6",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "128": "img/testnav-icon.png"
  },
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32"
    },
    {
      "nacl_arch": "arm",
      "sub_package_path": "_platform_specific/arm"
    }
  ],
  "default_locale": "en",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "persistent": true
    }
  },
  "kiosk_enabled": true,
  "offline_enabled": false,
  "minimum_chrome_version": "66",
  "permissions": [
    {
      "socket": [
        "resolve-host",
        "resolve-proxy",
        "tcp-connect",
        "tcp-listen:*:*"
      ]
    },
    {
      "fileSystem": [
        "write"
      ]
    },
    "*://*/",
    "webview",
    "unlimitedStorage",
    "clipboardWrite",
    "audioCapture",
    "videoCapture",
    "desktopCapture",
    "virtualKeyboard",
    "power",
    "accessibilityFeatures.read",
    "accessibilityFeatures.modify",
    "audio",
    "enterprise.deviceAttributes",
    "enterprise.platformKeys",
    "webRequest",
    "webRequestBlocking"
  ]
}