Proctorio

Proctorio

Secure Exam Proctor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extension_title__",
  "short_name": "__MSG_extension_title__",
  "version": "1.5.24019.3",
  "description": "__MSG_A1114__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "assets/Js2Q.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "webassets/proctor--48.png",
    "default_title": "__MSG_A1114__",
    "default_popup": "assets/GEVb.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' object-src 'self'",
  "permissions": [
    "tabs",
    "ws://*/*",
    "wss://*/*",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "management",
    "browsingData",
    "cookies",
    "tts",
    "notifications",
    "desktopCapture",
    "proxy",
    "system.cpu",
    "system.memory",
    "system.storage",
    "system.display",
    "downloads",
    "power",
    "tabCapture",
    "privacy"
  ],
  "optional_permissions": [
    "downloads.open"
  ],
  "minimum_chrome_version": "58",
  "web_accessible_resources": [
    "getChat",
    "getFrameId",
    "getPopupData",
    "assets/unlock.js",
    "webassets/*.woff",
    "webassets/*.svg",
    "webassets/*.gif",
    "webassets/*.webp",
    "webassets/*.png",
    "webassets/*.html",
    "webassets/*.css",
    "webassets/*.xml",
    "webassets/*.json"
  ],
  "icons": {
    "48": "webassets/proctor--48.webp",
    "128": "webassets/proctor--128.webp"
  },
  "devtools_page": "assets/YrEf.html",
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}