Examine source code of Mathventures

Inspect and view changes in Mathventures 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": "Mathventures",
  "description": "Mathematics game for 5 - 8 year old kids. Play alone in single player mode or against other kids in multiplayer mode.",
  "author": "Strive Helsinki",
  "version": "0.5",
  "manifest_version": 2,
  "icons": {
    "16": "icon_16.jpg",
    "128": "icon_128.jpg"
  },
  "app": {
    "launch": {
      "local_path": "index.html",
      "container": "panel",
      "width": 1024,
      "height": 768
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}