The Wolverine Tokyo Fury

The Wolverine Tokyo Fury

Help Wolverine survive in Tokyo. His arrival in Tokyo was not very calm. Walk through all the rooftops, filled with enemy ninjas.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Wolverine Tokyo Fury",
  "short_name": "Play The Wolverine Tokyo Fury Game",
  "description": "Help Wolverine survive in Tokyo. His arrival in Tokyo was not very calm. Walk through all the rooftops, filled with enemy ninjas.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "wolverinetokyofury128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}