Examine source code of StudentBook

Inspect and view changes in StudentBook 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
{
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "StudentBook",
  "description": "All, what every student really needs!",
  "version": "4",
  "app": {
    "urls": [
      "http://www.mystudentbook.com/"
    ],
    "launch": {
      "web_url": "http://www.mystudentbook.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}