Apple Jump

Apple Jump

In a world where gravity laws were broken, Your goal is to control the apple to climb as high as you can while avoiding obstacle

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__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.3.6",
  "icons": {
    "128": "128icon.png"
  },
  "app": {
    "urls": [
      "http://www.greenislet.com/games/gravity_apple.html"
    ],
    "launch": {
      "web_url": "http://www.greenislet.com/games/gravity_apple.html"
    }
  }
}