Examine source code of SmarterAppBrowser

Inspect and view changes in SmarterAppBrowser 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": "SmarterAppBrowser",
  "description": "Smarter Platform for delivering secure assessments",
  "version": "2.9.8.6",
  "manifest_version": 2,
  "permissions": [
    "webview",
    "tts",
    "storage",
    "audio",
    "audioCapture",
    "accessibilityFeatures.modify",
    "accessibilityFeatures.read"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "kiosk.png"
  },
  "minimum_chrome_version": "35.0.0.0",
  "kiosk_enabled": true,
  "kiosk_only": true,
  "webview": {
    "partitions": [
      {
        "name": "trusted*",
        "accessible_resources": [
          "SmarterBalanced_logo.png"
        ]
      }
    ]
  }
}