Examine source code of EasyChalk - the online whiteboard software

Inspect and view changes in EasyChalk - the online whiteboard 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",
  "name": "__MSG_appName__",
  "description": "EasyChalk - läuft auf allen Whiteboards, Tablets, interaktiven Projektoren, u.v.m. © Copyright by Chalkless Media GmbH",
  "default_locale": "de",
  "short_name": "EasyChalk - die Whiteboard Software",
  "version": "2.12",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://www.easychalk.eu/"
    ],
    "launch": {
      "web_url": "http://www.easychalk.eu/"
    }
  },
  "icons": {
    "128": "easychalk.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}