Examine source code of Online School Data Management

Inspect and view changes in Online School Data Management 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": "Online School Data Management",
  "description": "Complete School Administration Program",
  "manifest_version": 2,
  "version": "6.4.4.1",
  "app": {
    "urls": [
      "http://osdm.in/hces/"
    ],
    "launch": {
      "web_url": "http://osdm.in/hces/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}