Examine source code of Sumo Wrestling Tycoon

Inspect and view changes in Sumo Wrestling Tycoon 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": "Sumo Wrestling Tycoon",
  "description": "Manage your energy and money for 50 days to become the ultimate Sumo Wrestling World Champion.",
  "version": "1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://creativesparkstudios.com/sumo/app.html"
    ],
    "launch": {
      "web_url": "http://creativesparkstudios.com/sumo/app.html"
    }
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}