Examine source code of Numbas

Inspect and view changes in Numbas 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": "Numbas",
  "short_name": "Numbas",
  "version": "1.0.0",
  "description": "Numbas - simple mathematical game.",
  "author": "Numbas Team, http://numbas.net/",
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon_19.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "offline_enabled": true,
  "minimum_chrome_version": "34",
  "permissions": [
    "storage",
    "webview"
  ],
  "manifest_version": 2
}