Examine source code of Exam.net

Inspect and view changes in Exam.net source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exam.net",
  "description": "Exam.net is a tool for building and conducting digital exams in schools and organisations.",
  "version": "2.6.0",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0.0.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "power",
    "webview",
    "storage",
    "fileSystem",
    "audioCapture",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ],
  "kiosk_enabled": true,
  "kiosk_only": true
}