Examine source code of Learn To Count Money

Inspect and view changes in Learn To Count Money 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": "http://clients2.google.com/service/update2/crx",
  "name": "Learn To Count Money",
  "description": "A pirate themed educational app teaches kids how to count money in a fun, interactive way.",
  "version": "1.0.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.allfunapps.com/webapps/countmoney/"
    ],
    "launch": {
      "web_url": "http://www.allfunapps.com/webapps/countmoney/"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}