Chase-Is-On-II

Chase-Is-On-II

You are a thief who is still on the run from the Law. Avoid crashing into obstacles and see how far you get.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Chase-Is-On-II",
  "description": "You are a thief who is still on the run from the Law. Avoid crashing into obstacles and see how far you get.",
  "version": "1.3",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/games/ChaseIsOnII/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/games/ChaseIsOnII/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}