ETS College Board Practice Test

ETS College Board Practice Test

ETS's College Board® Practice Test application for delivering digital exams to students. The Practice Test secure browser app from…

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 College Board Practice Test",
  "version": "1.0.13",
  "manifest_version": 2,
  "minimum_chrome_version": "31",
  "icons": {
    "16": "img/ap-pretest-32.png",
    "128": "img/ap-pretest-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "webview",
    "power",
    "http://*/",
    "https://*/"
  ],
  "webview": {
    "partitions": [
      {
        "name": "webview",
        "accessible_resources": [
          "app/js/chromeApp.js",
          "index.html",
          "*",
          "*.html",
          "js/*.js",
          "preapp/*",
          "scripts/*"
        ]
      }
    ],
    "canGoBack": false
  },
  "kiosk_enabled": true
}