ETS APCJ TESTPROD

ETS APCJ TESTPROD

Chrome app for APCJ in TESTPROD environment. App developed by ETS for College board to deliver APCJ test.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx?response=updatecheck&x=id%3Ddffnknadheamddajeahdoifigohecmfa%26uc",
  "name": "ETS APCJ TESTPROD",
  "version": "1.0.9",
  "manifest_version": 2,
  "minimum_chrome_version": "31",
  "icons": {
    "16": "img/apcj_32.png",
    "128": "img/apcj_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "audioCapture",
    "videoCapture",
    "webview",
    "http://*/",
    "https://*/"
  ],
  "sockets": {
    "udp": {
      "send": [
        "*"
      ],
      "bind": [
        "*"
      ],
      "multicastMembership": ""
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "webview",
        "accessible_resources": [
          "app/js/chromeApp.js",
          "index.html",
          "*",
          "*.html",
          "js/*.js",
          "preapp/*",
          "scripts/*"
        ]
      }
    ],
    "canGoBack": false
  },
  "kiosk_enabled": true
}