Save The Dummy - Fun Physics Game!

Save The Dummy - Fun Physics Game!

Rescue this little ragdoll dummy out of the 30 physics based puzzle!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Save The Dummy - Fun Physics Game!",
  "description": "Rescue this little ragdoll dummy out of the 30 physics based puzzle!",
  "version": "1.0",
  "app": {
    "urls": [
      "http://chrome.funhost.net/play/?app=savethedummy"
    ],
    "launch": {
      "web_url": "http://chrome.funhost.net/play/?app=savethedummy"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}