LinkIt! Test Taker

LinkIt! Test Taker

LinkIt! Test Taker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LinkIt! Test Taker",
  "description": "LinkIt! Test Taker",
  "version": "0.1.9",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "js/background.bundle.js"
      ],
      "persistent": false
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "webview",
    "*://*.linkit.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.linkit.com/*"
    ]
  },
  "kiosk_enabled": true,
  "kiosk_only": true
}