Examine source code of Ottumwa Schools - OHS Check In-Out

Inspect and view changes in Ottumwa Schools - OHS Check In-Out 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": "Ottumwa Schools - OHS Check In-Out",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/foam.js",
        "js/cab.js",
        "config.js",
        "background_main.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "notifications",
    "webview",
    "power",
    "storage",
    "videoCapture",
    "geolocation",
    "pointerLock",
    "system.display"
  ],
  "kiosk_enabled": true
}