Super 3D World

Super 3D World

Super 3d World Adventure a simple 3d platform game for Android, you have to avoid obstacles to get coins and buy characters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.3",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "super-3d-world-128.png"
  },
  "app": {
    "urls": [
      "http://games.cicibom.com/game/super-3d-world-adventure-gm"
    ],
    "launch": {
      "web_url": "http://games.cicibom.com/game/super-3d-world-adventure-gm"
    }
  }
}