Examine source code of SmartKid Maths Free

Inspect and view changes in SmartKid Maths Free 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",
  "manifest_version": 2,
  "name": "SmartKid Maths Free",
  "version": "1.1.16",
  "description": "SmartKid Maths Free: Education game to learn preschool, 1st and 2nd grade math exercises!",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "offline_enabled": true,
  "app": {
    "launch": {
      "local_path": "index.html",
      "container": "panel"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}