Examine source code of Mythware Classroom Management Software

Inspect and view changes in Mythware Classroom Management Software 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",
  "offline_enabled": true,
  "icons": {
    "48": "assets/appIcon/icon40.png",
    "128": "assets/appIcon/icon100.png"
  },
  "app": {
    "background": {
      "page": "native/student.html"
    }
  },
  "permissions": [
    "power",
    "storage",
    "unlimitedStorage",
    "notifications",
    "fullscreen",
    "alwaysOnTopWindows",
    "overrideEscFullscreen",
    "desktopCapture",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    {
      "socket": [
        "network-state",
        "resolve-host",
        "udp-bind",
        "udp-send-to"
      ]
    }
  ],
  "sandbox": {
    "pages": []
  },
  "name": "Mythware Classroom Management Software",
  "version": "1.0.419",
  "manifest_version": 2,
  "description": "A classroom management solution designed to help teachers monitor student devices in the classroom."
}