Jake The Snake

Jake The Snake

Meet Jake. This friendly creature really needs your help. Move the snake around to collect as much fruit as you can. Watch out for…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Jake The Snake",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "images/icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.wowin.com/game/jake-the-snake/practice/"
    ],
    "launch": {
      "web_url": "https://www.wowin.com/game/jake-the-snake/practice?utm_source=google&utm_medium=store&utm_content=JakeTheSnake&utm_campaign=games"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}