Sumo Wrestling Tycoon

Sumo Wrestling Tycoon

Manage your energy and money for 50 days to become the ultimate Sumo Wrestling World Champion.

Additional files are visible only to premium users

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"
  ]
}