MPS Secure Assessment

MPS Secure Assessment

MPS Secure Assessment

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MPS Secure Assessment",
  "description": "MPS Secure Assessment",
  "manifest_version": 2,
  "version": "5.14.5",
  "author": {
    "name": "Vantage",
    "email": "[email protected]"
  },
  "kiosk_enabled": true,
  "offline_enabled": false,
  "icons": {
    "16": "img/icon_16.png",
    "24": "img/icon_24.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png",
    "256": "img/icon_256.png"
  },
  "app": {
    "background": {
      "scripts": [
        "www/js/jquery.min.js",
        "js/lib/wsc-chrome.js",
        "js/main.js"
      ],
      "persistent": false
    }
  },
  "sockets": {
    "tcpServer": {
      "listen": "*"
    }
  },
  "permissions": [
    "<all_urls>",
    "system.display",
    "system.network",
    "power",
    "webview",
    "alwaysOnTopWindows",
    "storage",
    "app.window.fullscreen",
    "app.window.fullscreen.overrideEsc",
    {
      "fileSystem": [
        "directory",
        "retainEntries"
      ]
    }
  ],
  "optional_permissions": [
    "audioCapture",
    "videoCapture"
  ]
}