ExamView Student

ExamView Student

ExamView Student allows you to answer ExamView questions using Chromebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ExamView Student",
  "description": "ExamView Student allows you to answer ExamView questions using Chromebook.",
  "version": "1.1.0.12",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "browser"
  ],
  "sockets": {
    "tcp": {
      "connect": ""
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "trusted",
        "accessible_resources": [
          "*.html",
          "*.png",
          "*.js",
          "*.css",
          "*.swf"
        ]
      }
    ]
  }
}